mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
Merge pull request #7575 from mwerezak/voxfix
Fixes vox leap special_role check
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
T.Weaken(5)
|
T.Weaken(5)
|
||||||
|
|
||||||
//Only official cool kids get the grab and no self-prone.
|
//Only official cool kids get the grab and no self-prone.
|
||||||
if(src.mind && src.mind.special_role)
|
if(!(src.mind && src.mind.special_role))
|
||||||
src.Weaken(5)
|
src.Weaken(5)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user