1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-04-30 20:35:11 +01:00

Make eth have the prompt for tinning corpses confirm if no blood.

This commit is contained in:
demogorgon22 2023-11-22 18:04:05 -05:00
parent 9dbd032ce8
commit e1e4399b87

View file

@ -2792,7 +2792,7 @@ register struct obj *obj;
}
consume_obj_charge(obj, TRUE);
if((has_blood(&mons[corpse->corpsenm]) && !corpse->odrained)
|| !(Race_if(PM_VAMPIRE) || Race_if(PM_INCANTIFIER) ||
|| !(Race_if(PM_VAMPIRE) || Race_if(PM_INCANTIFIER) || Race_if(PM_ETHEREALOID) ||
umechanoid)
|| yn("This corpse does not have blood. Tin it?") == 'y'
){