Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
301 stars 43 forks source link

Can't douse fire on item that is already covered in liquid #526

Closed andrewtweber closed 5 years ago

andrewtweber commented 5 years ago

For example I have a boot that is currently covered in blood, but I'm not given the option to select it to dip it into a can of water.

AquariusPower commented 5 years ago

Things being set on fire, if already wet, should become dry and not be set on fire by that single explosion. A tactic could be to wet (at a fountain) all burnable equipment before trying to open trapped doors or facing other granted explosion situation. But this will make things easier...

andrewtweber commented 5 years ago

Hm actually I think that is already in place. Well, the fire isn't prevented, but those items that were covered in blood extinguished very quickly and didn't get damaged. That works for me.