Unlock butt size 5

Allows selection of butt size 5 from hyperstation/icons/obj/genitals/butt.dmi and reworks descriptions for it.
This commit is contained in:
haha26
2021-08-03 21:22:23 -04:00
parent 0a5cca9d33
commit f2a1ebff33
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -2374,9 +2374,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
features["belly_size"] = clamp(new_bellysize, 1, 3)
if("butt_size")
var/new_buttsize = input(user, "Butt size :\n(0-4)", "Character Preference") as num|null
var/new_buttsize = input(user, "Butt size :\n(0-5)", "Character Preference") as num|null
if(new_buttsize)
features["butt_size"] = clamp(new_buttsize, 0, 4)
features["butt_size"] = clamp(new_buttsize, 0, 5)
if("vag_shape")
var/new_shape
@@ -31,8 +31,10 @@
if(2)
size_name = "sizable"
if(3)
size_name = "hefty"
size_name = "squeezable"
if(4)
size_name = "hefty"
if(5)
size_name = "godly"
else
size_name = "nonexistant"