Merge pull request #6932 from uraniummeltdown/metastation

Metastation Fixes
This commit is contained in:
Fox McCloud
2017-03-26 19:34:38 -04:00
committed by GitHub
5 changed files with 74 additions and 69 deletions
@@ -100,7 +100,7 @@
if(dronefab)
return
for(var/obj/machinery/drone_fabricator/fab in oview(3,src))
for(var/obj/machinery/drone_fabricator/fab in get_area(src))
if(fab.stat & NOPOWER)
continue
@@ -72,6 +72,13 @@
harmbaton = 1
emagged = 2
/mob/living/simple_animal/bot/secbot/armsky
name = "Sergeant-at-Armsky"
health = 45
idcheck = 1
arrest_type = 1
weaponscheck = 1
/mob/living/simple_animal/bot/secbot/New()
..()
icon_state = "[base_icon][on]"