Forgot to update lists when removing all sizes from GLOB.
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user