Secbots now require Sec helmets

Only Sec helmets with a camera and no flashlight can be used to create a
securitron assembly.
This commit is contained in:
GunHog
2015-03-21 17:10:55 -05:00
parent 4659724851
commit 31c5e648f4
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
name = "Secbot"
result = /obj/machinery/bot/secbot
reqs = list(/obj/item/device/assembly/signaler = 1,
/obj/item/clothing/head/helmet = 1,
/obj/item/clothing/head/helmet/sec = 1,
/obj/item/weapon/melee/baton = 1,
/obj/item/device/assembly/prox_sensor = 1,
/obj/item/robot_parts/r_arm = 1)