fix monster summoning message
From a bug report: > If the Summon Nasties monster spell gates in two minions instead of one, > the message still says "A monster appears from nowhere!" The code wasn't counting any summoned monsters who had an opposite alignment to the summoner. It also assumed that the 10% chance for demon summoning in Gehennom always yielded exactly one monster even though that can produce zero or more than one.
This commit is contained in:
@@ -78,6 +78,7 @@ co-aligned unicorns in bones could be hostile
|
||||
finding "something" posing as a statue while Blind should map_invisible()
|
||||
adding more candles than required to total 7 to a candelabrum which
|
||||
already had between 1 and 6 gave an ungrammatical message
|
||||
give correct message when a spellcasting monster summons other monsters
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user