diff --git a/code/datums/wounds/bones.dm b/code/datums/wounds/bones.dm index 677d78ca436c..67e2d8a4775c 100644 --- a/code/datums/wounds/bones.dm +++ b/code/datums/wounds/bones.dm @@ -77,7 +77,7 @@ return regen_ticks_current++ - if(victim.mobility_flags & MOBILITY_STAND) + if(!(victim.mobility_flags & MOBILITY_STAND)) if(prob(50)) regen_ticks_current += 0.5 if(victim.IsSleeping() && prob(50))