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:
parent
9dbd032ce8
commit
e1e4399b87
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue