mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
[TGUI] Exosuit Fabricator (#14964)
* [TGUI] Exosuit Fabricator * Ensure backwards compatibility for older maps * Address AA * Address SteelSlayer * please work * tgui_ -> ui_
This commit is contained in:
@@ -325,3 +325,13 @@ GLOBAL_LIST_EMPTY(asset_datums)
|
||||
assets = list(
|
||||
"safe_dial.png" = 'icons/safe_dial.png'
|
||||
)
|
||||
|
||||
// Materials (metal, glass...)
|
||||
/datum/asset/simple/materials
|
||||
verify = FALSE
|
||||
|
||||
/datum/asset/simple/materials/register()
|
||||
for(var/n in list("metal", "glass", "silver", "gold", "diamond", "uranium", "plasma", "clown", "mime", "titanium", "plastic"))
|
||||
assets["sheet-[n].png"] = icon('icons/obj/items.dmi', "sheet-[n]")
|
||||
assets["sheet-bluespace.png"] = icon('icons/obj/telescience.dmi', "polycrystal")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user