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
@@ -1028,6 +1028,7 @@ inside_gas_cloud(genericptr_t p1, genericptr_t p2)
|
||||
if (Half_gas_damage) /* worn towel */
|
||||
dam = (dam + 1) / 2;
|
||||
losehp(dam, "gas cloud", KILLED_BY_AN);
|
||||
monstunseesu(M_SEEN_POISON);
|
||||
return FALSE;
|
||||
} else {
|
||||
You("cough!");
|
||||
|
||||
Reference in New Issue
Block a user