mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
event
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
var/datum/event/E = new event_type(EM)
|
||||
E.startWhen = 0
|
||||
E.endWhen = INFINITY
|
||||
E.affecting_z = ship.map_z
|
||||
if("victim" in E.vars)//for meteors and other overmap events that uses ships//might need a better solution
|
||||
E.vars["victim"] = ship
|
||||
LAZYADD(ship_events[ship], E)
|
||||
|
||||
Reference in New Issue
Block a user