mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
bc12891921
* Sort asset_list_items.dm out into separate files under asset_cache/assets * Move a few files to the spritesheet directory
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
//Pill sprites for UIs
|
|
/datum/asset/spritesheet/chem_master
|
|
name = "chem_master"
|
|
|
|
/datum/asset/spritesheet/chem_master/create_spritesheets()
|
|
for(var/i = 1 to 24)
|
|
Insert("pill[i]", 'icons/obj/chemical.dmi', "pill[i]")
|
|
|
|
for(var/i = 1 to 4)
|
|
Insert("bottle-[i]", 'icons/obj/chemical.dmi', "bottle-[i]")
|