mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
OM mob related tweaks
Adjusts things so that the OM mob won't lose its map_z. Also adds a 5 minute cooldown on announcements related to OM mobs
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