mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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)
|
||||
|
||||
//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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user