monster spells
This fixes the problem with my monster spell changes which let monsters summon monsters around you when they don't even know you're around. The summoned monsters should appear where the monster thinks you are, if you're invisible or displaced. I have not prevented them from summoning monsters when you are in a temple, nor have I prevented them from aggravating monsters several times when you're out of sight. Messages should be a little smarter, taking into account number of monsters and invisibility/displacement. --Ken A
This commit is contained in:
@@ -2201,7 +2201,7 @@ E int FDECL(tactics, (struct monst *));
|
||||
E void NDECL(aggravate);
|
||||
E void NDECL(clonewiz);
|
||||
E int NDECL(pick_nasty);
|
||||
E void FDECL(nasty, (struct monst*));
|
||||
E int FDECL(nasty, (struct monst*));
|
||||
E void NDECL(resurrect);
|
||||
E void NDECL(intervene);
|
||||
E void NDECL(wizdead);
|
||||
|
||||
Reference in New Issue
Block a user