easier for me to type

This commit is contained in:
kevinz000
2020-01-10 13:26:34 -08:00
parent 830054c106
commit f1a4956afc
16 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
if(check_click_intercept(params,A))
return
if(stat || locked_down || IsParalyzed() || _MOBILITYFLAGTEMPORARY_IsStun() || _MOBILITYFLAGTEMPORARY_IsUnconscious())
if(stat || locked_down || IsParalyzed() || _REFACTORING_IsStun() || _REFACTORING_IsUnconscious())
return
var/list/modifiers = params2list(params)