mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Merge pull request #1170 from quotefox/revert-1164-Titty-Sprites-
Revert "Titters n' stuff."
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -70,7 +70,7 @@
|
||||
desc = "You see three sets of breasts, running from their chest to their belly."
|
||||
else
|
||||
desc = "You see some breasts, they seem to be quite exotic."
|
||||
if(cached_size > 18) // && cached_size != 25 && cached_size != 30)
|
||||
if(cached_size > 18 && cached_size != 25 && cached_size != 30)
|
||||
desc = "You see [pick("some serious honkers", "a real set of badonkers", "some dobonhonkeros", "massive dohoonkabhankoloos", "two big old tonhongerekoogers", "a couple of giant bonkhonagahoogs", "a pair of humongous hungolomghnonoloughongous")]. Their volume is way beyond cupsize now, measuring in about [round(cached_size)]cm in diameter."
|
||||
else if (!isnum(size))
|
||||
if (size == "flat")
|
||||
@@ -140,7 +140,7 @@
|
||||
statuscheck = TRUE
|
||||
|
||||
|
||||
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(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
|
||||
@@ -156,9 +156,9 @@
|
||||
var/mob/living/carbon/human/H = owner
|
||||
H.Force_update_genitals()
|
||||
prev_size = size
|
||||
if (cached_size >= 18 && cached_size < 25)
|
||||
size = "massive"
|
||||
if (cached_size >= 25 && cached_size < 30)
|
||||
size = "giga"
|
||||
if (cached_size >= 30)
|
||||
size = "impossible"
|
||||
else if (cached_size >= 18 && cached_size < 25)
|
||||
size = "massive"
|
||||
else if (cached_size >= 25 && cached_size < 30)
|
||||
size = "giga"
|
||||
else if (cached_size >= 30)
|
||||
size = "impossible"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user