Matriarch Maintenance Drone Fix (#12301)

You can now actually inhabit matriarch maintenance drones, if you have the command whitelist.
This commit is contained in:
Geeves
2021-08-07 13:51:09 +02:00
committed by GitHub
parent 618b1c57f9
commit 39b3180c2c
10 changed files with 48 additions and 28 deletions

View File

@@ -45,7 +45,10 @@ do { \
/obj/effect/mazegen/generator/Initialize(mapload)
. = ..()
LAZYADD(SSatoms.late_misc_firers, src)
check_add_to_late_firers()
/obj/effect/mazegen/generator/do_late_fire()
run_generator()
/obj/effect/mazegen/generator/Destroy()
LAZYREMOVE(SSatoms.late_misc_firers, src)