mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #8243 from DrCelt/StunOverhaul
Insane in the Membrane Fan Tribute
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user