mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Ports over the status effect unification
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
CtrlClickOn(A)
|
||||
return
|
||||
|
||||
if(stat || paralysis || stunned || weakened)
|
||||
if(incapacitated(ignore_restraints = 1, ignore_grab = 1, ignore_lying = 1))
|
||||
return
|
||||
|
||||
face_atom(A)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
CtrlClickOn(A)
|
||||
return
|
||||
|
||||
if(stat || lockcharge || weakened || stunned || paralysis)
|
||||
if(incapacitated())
|
||||
return
|
||||
|
||||
if(next_move >= world.time)
|
||||
|
||||
Reference in New Issue
Block a user