Fixes the exosuit mounted autolathe. (#18440)

* autolathe1

* cl

* Oops

* pay the price

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-02-20 11:58:39 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 60729d5a78
commit e063223199
71 changed files with 171 additions and 102 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
if(!istype(H))
return
H.change_appearance(APPEARANCE_ALL, H, TRUE, H.generate_valid_species(), null, ui_state = default_state, state_object = src, update_id = TRUE)
H.change_appearance(APPEARANCE_ALL, H, TRUE, H.generate_valid_species(), null, ui_state = GLOB.default_state, state_object = src, update_id = TRUE)
var/getName = sanitizeName(sanitize_readd_odd_symbols(sanitize(input(H, "Would you like to change your name to something else?", "Name change") as null|text)))
if(getName)
H.real_name = getName