mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-17 10:58:19 +01:00
Bigger breasts by zera
Bigger breasts by zera
This commit is contained in:
@@ -125,7 +125,9 @@
|
||||
if(!owner.has_status_effect(/datum/status_effect/chem/breast_enlarger))
|
||||
owner.apply_status_effect(/datum/status_effect/chem/breast_enlarger)
|
||||
statuscheck = TRUE
|
||||
if(16 to INFINITY) //if Rediculous
|
||||
if(16 to 20) //if Rediculous
|
||||
size = cached_size
|
||||
if(20 to INFINITY) //if Hyper-Rediculous
|
||||
size = cached_size
|
||||
|
||||
if(round(cached_size) < 16)//Because byond doesn't count from 0, I have to do this.
|
||||
@@ -146,3 +148,5 @@
|
||||
prev_size = size
|
||||
else if (cached_size >= 16)
|
||||
size = "huge"
|
||||
else if (cached_size >= 20)
|
||||
size = "massive"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 880 B |
Reference in New Issue
Block a user