stone to flesh bit

<Someone> suggested and I agree (mostly, if you're a Monk poly'd to a
strict carnivore, I think it should still smell delicious):
> "You smell the odor of meat." (if herbivorous)
> "You smell a delicious smell." (otherwise)
> I think that if your character is a monk or still veg(itari)an, you should
> also get the first message. Even if you're not intentionally vegitarian,
> the first message is still appropriate.
This commit is contained in:
cohrs
2003-10-24 05:58:39 +00:00
parent a9c80974e8
commit 25d9778b64
2 changed files with 3 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ when polymorphed into a quantum mechanic on a no teleport level and swallowed,
no feedback was given when you teleported the swallower away
allow Conflict-resistant monsters to respond to conflict attacks rather than
sitting there and taking the attacks until they die
prefer herbivorous stone-to-flesh message when hero is a vegitarian
Platform- and/or Interface-Specific Fixes

View File

@@ -1665,7 +1665,8 @@ makecorpse: if (mons[obj->corpsenm].geno &
obj = poly_obj(obj, MEATBALL);
smell:
if (herbivorous(youmonst.data) &&
!carnivorous(youmonst.data))
(!carnivorous(youmonst.data) ||
Role_if(PM_MONK) || !u.uconduct.unvegetarian))
Norep("You smell the odor of meat.");
else
Norep("You smell a delicious smell.");