mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[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:
co-authored by
Casey
CHOMPStation2
parent
c4789fbbec
commit
eb68ea1645
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user