Forgot to update lists when removing all sizes from GLOB.

This commit is contained in:
Thalpy
2019-06-29 03:16:54 +01:00
parent b6309d5a31
commit 44337c6a08
2 changed files with 5 additions and 5 deletions
@@ -85,10 +85,10 @@
if((B.cached_size) < 16)
switch(round(B.cached_size))
if(9)
if (GLOB.breasts_size_list[B.prev_size] != GLOB.breasts_size_list[B.size])
if (B.breast_values[B.prev_size] != B.breast_values[B.size])
to_chat(o, "<span class='notice'>Your expansive chest has become a more managable size, liberating your movements.</b></span>")
if(10 to INFINITY)
if (GLOB.breasts_size_list[B.prev_size] != GLOB.breasts_size_list[B.size])
if (B.breast_values[B.prev_size] != B.breast_values[B.size])
to_chat(H, "<span class='warning'>Your indulgent busom is so substantial, it's affecting your movements!</b></span>")
if(prob(1))
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")