[MIRROR] OM mob related tweaks (#6730)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-06 01:05:16 +02:00
committed by GitHub
co-authored by Casey CHOMPStation2
parent c4789fbbec
commit eb68ea1645
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ GLOBAL_DATUM_INIT(overmap_event_handler, /decl/overmap_event_handler, new)
E.startWhen = 0
E.endWhen = INFINITY
// TODO - Leshana - Note: event.setup() is called before these are set!
E.affecting_z = ship.map_z
E.affecting_z = ship.map_z.Copy()
E.victim = ship
LAZYADD(ship_events[ship], E)