Converted all old events to lazy_events, removed old events, renamed lazy_event to event (#30503)

* wip refactor old events

* refactored events

* We're not lazy anymore! I mean we're still are. We just don't call ourselves that. Lazy is the new default option. It's also the only option. God, this took so long.
This commit is contained in:
DamianX
2021-09-05 06:21:03 +02:00
committed by GitHub
parent 8a146b7f4c
commit fe77ef6e20
113 changed files with 753 additions and 835 deletions

View File

@@ -333,7 +333,7 @@
destination_port = null
return
for(var/atom/movable/AA in linked_area)
AA.lazy_invoke_event(/lazy_event/on_z_transition, list("user" = AA, "to_z" = D.z, "from_z" = linked_port.z))
AA.invoke_event(/event/z_transition, list("user" = AA, "to_z" = D.z, "from_z" = linked_port.z))
if(transit_port && get_transit_delay())
if(broadcast)