<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.
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
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.");