mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
15 lines
426 B
Plaintext
15 lines
426 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]")
|
|
// CHOMPAdd Start
|
|
for(var/i = 1 to 4)
|
|
Insert("patch[i].png", 'icons/obj/chemical.dmi', "patch[i]")
|
|
// CHOMPAdd End
|