This commit is contained in:
alberyk
2022-01-18 15:19:09 -03:00
parent 8cd6f9ca66
commit 2c63bd87aa
9 changed files with 98 additions and 31 deletions
+1
View File
@@ -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)