mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
TGUI ORM MACHINE - Alloys Images (#19113)
* ORM improved alloy name * capital letter * Add images to "Alloys" on ORM * FML-main part done * Few changes * Recipe and Descriptions * Forgot this. widens the ORM * quick fix * Slight alignment fix. New images on PR * TGUI merge conflict and tiny alignment * diff line endings! * added ; * Holes and stuff * merge conflict fix, hopefully * SMELT moved * Alignment and tgui bundle * Merge Conflict fix * Update to master + tgui bundle * TGUI Bundle * TGUI BUNDLE Co-authored-by: Henri23729 <iki-hs@hotmail.com>
This commit is contained in:
@@ -286,6 +286,7 @@
|
||||
alloys += list(list(
|
||||
"id" = D.id,
|
||||
"name" = D.name,
|
||||
"description" = D.desc,
|
||||
"amount" = get_num_smeltable_alloy(D)
|
||||
))
|
||||
data["alloys"] = alloys
|
||||
@@ -375,7 +376,7 @@
|
||||
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "OreRedemption", name, 400, 600)
|
||||
ui = new(user, src, ui_key, "OreRedemption", name, 500, 600)
|
||||
ui.open()
|
||||
ui.set_autoupdate(FALSE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user