From a545af2e4a67dfe62e62a79c9ea243a31963604a Mon Sep 17 00:00:00 2001 From: phil235 Date: Sat, 14 Feb 2015 00:30:31 +0100 Subject: [PATCH] Fixes the cyborg sechailer being adjustable. --- code/modules/clothing/masks/gasmask.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index c94d60b75a7..d7cd68cb6e8 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -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))