Ports over the status effect unification

This commit is contained in:
Crazylemon64
2016-10-23 15:45:35 -07:00
parent da78a85781
commit 6a7f7394a8
135 changed files with 1501 additions and 743 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -39,7 +39,7 @@
CtrlClickOn(A)
return
if(stat || lockcharge || weakened || stunned || paralysis)
if(incapacitated())
return
if(next_move >= world.time)