mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-18 10:16:43 +01:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
/datum/asset/spritesheet/sheetmaterials
|
|
name = "sheetmaterials"
|
|
|
|
/datum/asset/spritesheet/sheetmaterials/register()
|
|
InsertAll("", 'icons/obj/stack_objects.dmi')
|
|
|
|
// Special case to handle Bluespace Crystals
|
|
Insert("polycrystal", 'icons/obj/telescience.dmi', "polycrystal")
|
|
..()
|