Unfucked the code

This commit is contained in:
SaintHusky
2020-07-14 21:04:54 +02:00
parent 6f41e5e36d
commit 8516fdeb5a
2 changed files with 2 additions and 2 deletions
@@ -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])
@@ -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