Merge pull request #453 from Chemlight/Size-n-bits

Oops what is English?
This commit is contained in:
Dahlular
2020-09-12 00:18:59 -06:00
committed by GitHub
+1 -1
View File
@@ -2070,7 +2070,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
to_chat(user,"<span class='danger'>Invalid color. Your color is not bright enough.</span>")
if("cock_length")
var/new_length = input(user, "Penis length in inches:\n([COCK_SIZE_MIN]-[COCK_SIZE_MAX]) Your sprite size will effect your length examine text!\n(When 6in, 50%->3in, 200%->12in)", "Character Preference") as num|null
var/new_length = input(user, "Penis length in inches:\n([COCK_SIZE_MIN]-[COCK_SIZE_MAX]) Your sprite size will affect your length examine text!\n(When 6in, 50%->3in, 200%->12in)", "Character Preference") as num|null
if(new_length)
features["cock_length"] = max(min( round(text2num(new_length)), COCK_SIZE_MAX),COCK_SIZE_MIN)