mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
id to component name
This commit is contained in:
committed by
Aleksej Komarov
parent
dafb3e1cc3
commit
b5dfd8880d
@@ -685,7 +685,7 @@ GLOBAL_LIST_EMPTY(vending_products)
|
||||
if(!ui)
|
||||
var/datum/asset/assets = get_asset_datum(/datum/asset/spritesheet/vending)
|
||||
assets.send(user)
|
||||
ui = new(user, src, ui_key, "vending", ui_key, 450, 600, master_ui, state)
|
||||
ui = new(user, src, ui_key, "Vending", ui_key, 450, 600, master_ui, state)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/vending/ui_static_data(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user