pulse and door tag fix (#17117)

This commit is contained in:
Kashargul
2025-02-11 00:41:49 +01:00
committed by GitHub
parent e5befdf43e
commit 408b765def
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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