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:
@@ -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
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user