Adds a ghost verb to see all available ghost spawners

This commit is contained in:
CitadelStationBot
2017-08-29 17:45:50 -05:00
parent 3a015fc2f0
commit 3e1031d6b9
7 changed files with 121 additions and 16 deletions
+5 -2
View File
@@ -46,10 +46,13 @@
create()
else
GLOB.poi_list |= src
LAZYADD(GLOB.mob_spawners[name], src)
/obj/effect/mob_spawn/Destroy()
GLOB.poi_list.Remove(src)
. = ..()
GLOB.poi_list -= src
var/list/spawners = GLOB.mob_spawners[name]
LAZYREMOVE(spawners, src)
return ..()
/obj/effect/mob_spawn/proc/special(mob/M)
return