KaylebJay / tunnelers-bugz

No code. Bug tracker for the Tunnelers' Abyss Minetest Server. Please report all bugs here or at our Discord in channel #dev.
4 stars 3 forks source link

broken awards #169

Open fluxionary opened 4 years ago

fluxionary commented 4 years ago
  1. Start your sewers! - there is no way to craft a manhole
  2. Anything involving eating:
    • Tasty Mushrooms
    • Yummy!
    • Baker
    • Mushroom Lover
    • Underground Mushroom Farmer
  3. Roadbuilder - I can't figure out what this wants me to do
  4. Firefighter - This doesn't work w/ fires lit w/ a flint-and-steel on a coal block. Not sure what it wants.

These aren't part of the bug report, but I haven't tested them:

onePlayer155 commented 4 years ago
2. `Firefighter` - This doesn't work w/ fires lit w/ a flint-and-steel on a coal block. Not sure what it wants.

It works with nothing. Right Click, Left Click, Extinguisher, -floating- flowing with Water, placing random node ... i never got a single point for the Award Firefighter.

KaylebJay commented 4 years ago

This is Low Priority, agreed, but:

Anything involving eating:

Might your stamina mod be causing this, @fluxionary?

fluxionary commented 4 years ago

Might your stamina mod be causing this, @fluxionary?

Quite possibly. I'll take a look at that.

fluxionary commented 4 years ago

@KaylebJay On a test world, stamina and awards are working well together w.r.t. the eating tasks, though I clearly have a more recent version of the awards mod (has fancier images for the awards). Do you have a specific commit that I should base my tests against?

KaylebJay commented 4 years ago

Our version is v3.3.0 on awards tags.

fluxionary commented 4 years ago

My tests indicate that the eating rewards just don't work w/ that version of awards at all, and it has nothing to do w/ stamina.

KaylebJay commented 4 years ago

Interesting, okay. Can you test the firefighter award with the new version of awards? Does it work?

fluxionary commented 4 years ago

Apparently the "firefighter" award only applies to fire:basic_flame, which immediately disappeared if enable_fire = false. It should work fine in the old version as long as spreading fire is enabled.

EDIT: I suppose that this award should just not be available if enable_fire = false.