mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Unfucked the code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user