Touches up buildmode code (#28506)

* Initial commit

* Forgot to use my brain

* Should actually be -1 by default
This commit is contained in:
Burzah
2025-02-27 12:11:08 +00:00
committed by GitHub
parent 781c6e9aa3
commit 8e6c2f3d8c
11 changed files with 79 additions and 79 deletions
@@ -14,7 +14,7 @@
// FIXME: This needs to use a standard var-editing interface instead of
// doing its own thing here
/datum/buildmode_mode/varedit/change_settings(mob/user)
var/temp_varname = input(user,"Enter variable name:", "Name", "name")
var/temp_varname = tgui_input_text(user, "Enter variable name:", "Name", "name")
if(!vv_varname_lockcheck(temp_varname))
return