This commit is contained in:
Fox McCloud
2019-08-11 15:33:00 -04:00
parent ee0447dad6
commit f9c0fd2d25
4 changed files with 64 additions and 8 deletions
+1
View File
@@ -49,6 +49,7 @@
/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()