mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-09 07:10:23 +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")
|
|
..()
|