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:
parent
7b390518f8
commit
9432b95324
1 changed files with 1 additions and 1 deletions
|
@ -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) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue