From 104811ae29812751d41b0a3f4805f5f7c73815aa Mon Sep 17 00:00:00 2001 From: Theos Date: Tue, 21 Sep 2021 12:14:33 -0400 Subject: [PATCH] should fix a minor bone fixing issue --- code/datums/wounds/bones.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))