mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] pulse and door tag fix (#10141)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0ebff48318
commit
719ffb586d
@@ -62,7 +62,7 @@
|
||||
|
||||
switch(action)
|
||||
if("set_id_tag")
|
||||
var/new_id = tgui_input_text(usr, "Enter a new ID tag for [A]", "[A] ID Tag", A.id_tag, 30, FALSE, TRUE)
|
||||
var/new_id = tgui_input_text(usr, "Enter a new ID tag for [A]", "[A] ID Tag", A.id_tag, 60, FALSE, TRUE)
|
||||
if(new_id)
|
||||
A.id_tag = new_id
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user