lycanthropy tweaks
Make it be cannabalism for a were<foo> to eat a <foo> corpse. Let werejackals summon foxes and coyotes in addition to jackals, and werewolves summon wargs in addition to wolves and winter wolves.
This commit is contained in:
@@ -619,7 +619,9 @@ boolean allowmsg;
|
||||
and also shouldn't eat current species when polymorphed
|
||||
(even if having the form of something which doesn't care
|
||||
about cannibalism--hero's innate traits aren't altered) */
|
||||
&& (your_race(fptr) || (Upolyd && same_race(youmonst.data, fptr)))) {
|
||||
&& (your_race(fptr)
|
||||
|| (Upolyd && same_race(youmonst.data, fptr))
|
||||
|| (u.ulycn >= LOW_PM && were_beastie(pm) == u.ulycn))) {
|
||||
if (allowmsg) {
|
||||
if (Upolyd && your_race(fptr))
|
||||
You("have a bad feeling deep inside.");
|
||||
|
||||
Reference in New Issue
Block a user