Merge pull request #10991 from Ikarrus/fucksec

Head Beating no longer deconvert gangsters
This commit is contained in:
Aranclanos
2015-08-04 14:23:45 -03:00
3 changed files with 36 additions and 2 deletions
@@ -190,7 +190,6 @@ emp_act
apply_effect(20, PARALYZE, armor)
if(prob(I.force + min(100,100 - src.health)) && src != user && I.damtype == BRUTE)
ticker.mode.remove_revolutionary(mind)
ticker.mode.remove_gangster(mind)
if(bloody) //Apply blood
if(wear_mask)
wear_mask.add_blood(src)
@@ -1040,7 +1040,6 @@
H.apply_effect(20, PARALYZE, armor)
if(prob(I.force + ((100 - H.health)/2)) && H != user && I.damtype == BRUTE)
ticker.mode.remove_revolutionary(H.mind)
ticker.mode.remove_gangster(H.mind)
if(bloody) //Apply blood
if(H.wear_mask)