Refactors Zone Selection (#12523)

This commit is contained in:
Fox McCloud
2019-10-08 21:11:09 -04:00
committed by variableundefined
parent a39127a1ca
commit 5194094d3a
57 changed files with 116 additions and 126 deletions
-1
View File
@@ -48,7 +48,6 @@
/mob/living/simple_animal/hostile/mining_drone/New()
..()
stored_gun = new(src)
zone_sel = new /obj/screen/zone_sel(src) //Gross, but necessary TO-DO; remove this.
toggle_light_action = new()
toggle_light_action.Grant(src)
toggle_meson_vision_action = new()