From 7ba9c9be12aa9fca7418f033df0634b6fee51950 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Mon, 8 Aug 2016 23:12:20 -0400 Subject: [PATCH] Tweaks some things --- code/modules/clothing/masks/gasmask.dm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index cf7572ee8be..b95cbc8873c 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -206,9 +206,9 @@ name = "\improper Warden SWAT mask" desc = "A close-fitting tactical mask with an especially aggressive Compli-o-nator 3000. It has a blue stripe." icon_state = "wardenmask" - aggressiveness = 2 - phrase = 7 - actions_types = list(/datum/action/item_action/halt,/datum/action/item_action/selectphrase) + aggressiveness = 3 + phrase = 12 + actions_types = list(/datum/action/item_action/halt, /datum/action/item_action/selectphrase) /obj/item/clothing/mask/gas/sechailer/swat @@ -368,8 +368,6 @@ phrase = 1 else to_chat(user, "It's broken.") - else - return /obj/item/clothing/mask/gas/sechailer/attackby(obj/item/weapon/W as obj, mob/user as mob, params) if(istype(W, /obj/item/weapon/screwdriver))