mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00: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:
@@ -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