fix resize (#9670)

This commit is contained in:
Kashargul
2024-12-22 02:34:50 +01:00
committed by GitHub
parent 939509e075
commit 26391fa964

View File

@@ -5,6 +5,8 @@
if(!check_rights(R_ADMIN|R_FUN|R_VAREDIT))
return
do_resize(L) //CHOMPEdit
/client/proc/do_resize(var/mob/living/L) //CHOMPEdit
var/size_multiplier = tgui_input_number(usr, "Input size multiplier.", "Resize", 1, round_value=FALSE)
if(!size_multiplier)