Adds Armsky object; meeting room area icon; fixed layering of firelocks, windoors and shutters, shutter directions on meta; icon edited airlocks replaced with proper types on meta; drone console now checks area instead of oview(3); meta pod keys now work on sec pod; fixed meta command hallway vendors areas; added tiny fans to mass drivers on meta; fixed gateway doors access; fixed meta virology fridge

This commit is contained in:
uraniummeltdown
2017-03-25 17:10:13 +04:00
parent 06de942f6f
commit d592cf2dc2
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]"