Merge pull request #8243 from DrCelt/StunOverhaul

Insane in the Membrane Fan Tribute
This commit is contained in:
clusterfack
2016-02-13 18:59:11 -06:00
20 changed files with 27 additions and 27 deletions

View File

@@ -96,7 +96,7 @@
set src in oview(1)
set category = "Object"
if(usr.restrained() || usr.stat || usr.weakened || usr.stunned || usr.paralysis || usr.resting || !Adjacent(usr))
if(usr.incapacitated() || !Adjacent(usr))
return
if(anchored)
@@ -110,7 +110,7 @@
set src in oview(1)
set category = "Object"
if(usr.restrained() || usr.stat || usr.weakened || usr.stunned || usr.paralysis || usr.resting || !Adjacent(usr))
if(usr.incapacitated() || !Adjacent(usr))
return
if(anchored)