Fix monster triggering land mine accessing deleted trap

mintrap -> thitm -> mondied -> relobj -> mdrop_obj ->
flooreffects -> deltrap

after calling thitm, the mintrap code was trying to access the trap.
This commit is contained in:
Pasi Kallinen
2019-10-13 20:52:34 +03:00
parent 346ebbce10
commit f200397689
2 changed files with 3 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ fix temple priests or shopkeepers moving over other monsters
fix hero still hiding under a statue shattered by a land mine
fix helping a monster out of a pit addressing a deleted trap
fix launched rolling boulder code accessing deleted trap
fix monster stepping on a land mine code accessing deleted trap
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository