[MIRROR] Improves stack recipe UI Search [MDB IGNORE] (#15367)

* Improves stack recipe UI Search (#68780)

* Improves stack recipe ui search

* Changes Stack interface to be called StackCrafting

* Improves stack recipe UI Search

Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
SkyratBot
2022-08-04 15:48:19 +01:00
committed by GitHub
co-authored by Tastyfish
parent 7a034ea8f6
commit 797efc3ebe
3 changed files with 250 additions and 182 deletions
+1 -1
View File
@@ -262,7 +262,7 @@
/obj/item/stack/ui_interact(mob/user, datum/tgui/ui)
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "Stack", name)
ui = new(user, src, "StackCrafting", name)
ui.open()
/obj/item/stack/ui_data(mob/user)