From 8516fdeb5a66be8f750c0e5bfc805599d4d2e932 Mon Sep 17 00:00:00 2001 From: SaintHusky <66943889+SaintHusky@users.noreply.github.com> Date: Tue, 14 Jul 2020 21:04:54 +0200 Subject: [PATCH] Unfucked the code --- modular_citadel/code/datums/status_effects/chems.dm | 2 +- modular_citadel/code/modules/arousal/organs/breasts.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index e39c56e9..592ef0b8 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) > 13) // Changed to "More than" so that the messages keep appearing Over a certain size. + if((B.cached_size) < 40) switch(round(B.cached_size)) if(9) if (B.breast_values[B.prev_size] != B.breast_values[B.size]) diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm index 8936c095..042a38ae 100644 --- a/modular_citadel/code/modules/arousal/organs/breasts.dm +++ b/modular_citadel/code/modules/arousal/organs/breasts.dm @@ -138,7 +138,7 @@ statuscheck = TRUE - if(round(cached_size) < 31)//Because byond doesn't count from 0, I have to do this. + if(round(cached_size) < 19 && round(cached_size) == 25 && round(cached_size) == 30)//Because byond doesn't count from 0, I have to do this. if (prev_size == 0) prev_size = "flat" if(size == 0)//Bloody byond with it's counting from 1