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)