From 8d608c26a29703a864a35c8fbbde535cccd7d6af Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Sat, 13 Aug 2016 20:52:55 -0400 Subject: [PATCH] else if --- code/modules/clothing/masks/gasmask.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 776e2f9a430..7f965c6b0ce 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -239,9 +239,9 @@ /obj/item/clothing/mask/gas/sechailer/ui_action_click(mob/user, actiontype) if(actiontype == /datum/action/item_action/halt) halt() - if(actiontype == /datum/action/item_action/adjust) + else if(actiontype == /datum/action/item_action/adjust) adjustmask(user) - if(actiontype == /datum/action/item_action/selectphrase) + else if(actiontype == /datum/action/item_action/selectphrase) switch(aggressiveness) if(1) switch(phrase)