diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index 2ca8460c..e39c56e9 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -94,7 +94,7 @@ o.add_movespeed_modifier(BREAST_MOVEMENT_SPEED, TRUE, 100, NONE, override = TRUE, multiplicative_slowdown = moveCalc) sizeMoveMod(moveCalc) */ - if((B.cached_size) < 40) // :) If this number isn't kept up with new sizes, Sore back messages will break + if((B.cached_size) > 13) // Changed to "More than" so that the messages keep appearing Over a certain size. switch(round(B.cached_size)) if(9) if (B.breast_values[B.prev_size] != B.breast_values[B.size])