Merge pull request #7575 from mwerezak/voxfix

Fixes vox leap special_role check
This commit is contained in:
Zuhayr
2014-12-30 05:51:40 +10:30

View File

@@ -98,7 +98,7 @@
T.Weaken(5)
//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)
return