mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Fixes a runtime with mindless revolutionaries (#20565)
* no more monkey runtimes * grammar review
This commit is contained in:
@@ -510,7 +510,7 @@ emp_act
|
||||
"<span class='combat userdanger'>[src] has been knocked down!</span>")
|
||||
KnockDown(10 SECONDS)
|
||||
AdjustConfused(30 SECONDS)
|
||||
if(prob(I.force + ((100 - health)/2)) && src != user && I.damtype == BRUTE)
|
||||
if(mind && prob(I.force + ((100 - health) / 2)) && src != user && I.damtype == BRUTE)
|
||||
SSticker.mode.remove_revolutionary(mind)
|
||||
|
||||
if(bloody)//Apply blood
|
||||
|
||||
Reference in New Issue
Block a user