mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
else if
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user