purple worm digestion
Generally modify the AD_DGST damage type so that: - players and pets get no AD_DGST nutrition from G_NOCORPSE monsters - undead no longer convey any nutrition, to either monsters or you-as-monster I decided on this based on the age typically assigned to undead corpses. - digestion conveys 50% or normal nutrition, and takes 25% the time to eat. - all AD_DGST attacks are now subject to gas spore explosions, including player
This commit is contained in:
@@ -1079,6 +1079,7 @@ E void NDECL(mcalcdistress);
|
||||
E void FDECL(replmon, (struct monst *,struct monst *));
|
||||
E void FDECL(relmon, (struct monst *));
|
||||
E struct obj *FDECL(mlifesaver, (struct monst *));
|
||||
E boolean FDECL(corpse_chance,(struct monst *,struct monst *,BOOLEAN_P));
|
||||
E void FDECL(mondead, (struct monst *));
|
||||
E void FDECL(mondied, (struct monst *));
|
||||
E void FDECL(mongone, (struct monst *));
|
||||
|
||||
Reference in New Issue
Block a user