Merge pull request #7717 from phil235/sechailerAdjustFix

Fixes the cyborg sechailer being adjustable.
This commit is contained in:
hornygranny
2015-02-18 21:50:12 -08:00
+5
View File
@@ -67,6 +67,11 @@
icon = 'icons/obj/device.dmi'
icon_state = "taperecorder_idle"
aggressiveness = 1 //Borgs are nicecurity!
ignore_maskadjust = 1
/obj/item/clothing/mask/gas/sechailer/cyborg/New()
..()
verbs -= /obj/item/clothing/mask/gas/sechailer/verb/adjust
/obj/item/clothing/mask/gas/sechailer/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/screwdriver))