Adjust seenres when observed attack succeeds
If a monster sees an elemental attack succeed from some other creature or environmental danger, it will be willing to try those attacks again.
This commit is contained in:
committed by
Pasi Kallinen
parent
82d83dc83d
commit
8fa53d6ac5
@@ -1760,6 +1760,7 @@ seffect_fire(struct obj **sobjp)
|
||||
You_feel("a pleasant warmth in your %s.",
|
||||
makeplural(body_part(HAND)));
|
||||
} else {
|
||||
monstunseesu(M_SEEN_FIRE);
|
||||
pline_The("scroll catches fire and you burn your %s.",
|
||||
makeplural(body_part(HAND)));
|
||||
losehp(1, "scroll of fire", KILLED_BY_AN);
|
||||
|
||||
Reference in New Issue
Block a user