mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Custom patch icons for ChemMaster (#29206)
* custom patches * item state ruins context menu's sprite
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
name = "chem_master"
|
||||
|
||||
/datum/asset/spritesheet/chem_master/create_spritesheets()
|
||||
for(var/pill_type = 1 to 20)
|
||||
for(var/pill_type in 1 to 20)
|
||||
Insert("pill[pill_type]", 'icons/obj/chemical.dmi', "pill[pill_type]")
|
||||
for(var/bandaid_type in 1 to 21)
|
||||
Insert("bandaid[bandaid_type]", 'icons/obj/chemical.dmi', "bandaid[bandaid_type]")
|
||||
for(var/bottle_type in list("bottle", "reagent_bottle"))
|
||||
Insert(bottle_type, 'icons/obj/chemical.dmi', bottle_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user