1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-27 07:52:25 +01:00

Carnivorous players can tell what a blood potion is by smell

This commit is contained in:
Chris-plus-alphanumericgibberish 2016-09-01 17:33:27 -04:00
parent 7b390518f8
commit 9432b95324

View file

@ -976,7 +976,7 @@ as_extra_healing:
break;
case POT_BLOOD:
unkn++;
if (maybe_polyd(is_vampire(youmonst.data), Race_if(PM_VAMPIRE))) {
if (maybe_polyd(is_vampire(youmonst.data), Race_if(PM_VAMPIRE)) || carnivorous(youracedata)) {
pline("It smells like %s%s.",
!type_is_pname(&mons[otmp->corpsenm]) ||
!(mons[otmp->corpsenm].geno & G_UNIQ) ||