mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Touches up buildmode code (#28506)
* Initial commit * Forgot to use my brain * Should actually be -1 by default
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user