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:
VerySoft
2023-08-05 15:18:37 -04:00
parent d8fed4fa08
commit e6c827d9ac
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)