mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Input Conversion Part 2
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
return
|
||||
|
||||
if(params["target_href"] == "size_multiplier")
|
||||
var/new_size = input(user, "Choose your character's size, ranging from 25% to 200%", "Character Preference") as num|null
|
||||
var/new_size = tgui_input_number(user, "Choose your character's size, ranging from 25% to 200%", "Character Preference", null, 200, 25)
|
||||
if(new_size && ISINRANGE(new_size,25,200))
|
||||
active_br.sizemult = (new_size/100)
|
||||
update_preview_icon()
|
||||
|
||||
Reference in New Issue
Block a user