mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
* Condiments resprited (#75715)  ## About The Pull Request Resprited many condiment containers. And a tray (don't know why, it just was in the dmi) Replaced the old condiment bottle from Condi Master with the one that was used in Chem Master before the test tubes. ## Why It's Good For The Game More in line with other 3/4 stuff ## Changelog 🆑 image: Resprited many condiment containers image: Added a sprite for cooking oil / corn oil container image: Replaced old condiment bottles with the newer bottles in Condi Master /🆑 * Condiments resprited --------- Co-authored-by: Andrew <mt.forspam@gmail.com>
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
/datum/asset/spritesheet/simple/condiments
|
|
name = "condiments"
|
|
assets = list(
|
|
CONDIMASTER_STYLE_FALLBACK = 'icons/ui_icons/condiments/bottle.png',
|
|
"flour" = 'icons/ui_icons/condiments/flour.png',
|
|
"rice" = 'icons/ui_icons/condiments/rice.png',
|
|
"sugar" = 'icons/ui_icons/condiments/sugar.png',
|
|
"milk" = 'icons/ui_icons/condiments/milk.png',
|
|
"enzyme" = 'icons/ui_icons/condiments/enzyme.png',
|
|
"capsaicin" = 'icons/ui_icons/condiments/hotsauce.png',
|
|
"frostoil" = 'icons/ui_icons/condiments/coldsauce.png',
|
|
"bbqsauce" = 'icons/ui_icons/condiments/bbqsauce.png',
|
|
"soymilk" = 'icons/ui_icons/condiments/soymilk.png',
|
|
"soysauce" = 'icons/ui_icons/condiments/soysauce.png',
|
|
"ketchup" = 'icons/ui_icons/condiments/ketchup.png',
|
|
"mayonnaise" = 'icons/ui_icons/condiments/mayonnaise.png',
|
|
"oliveoil" = 'icons/ui_icons/condiments/oliveoil.png',
|
|
"cooking_oil" = 'icons/ui_icons/condiments/cookingoil.png',
|
|
"peanut_butter" = 'icons/ui_icons/condiments/peanutbutter.png',
|
|
"cherryjelly" = 'icons/ui_icons/condiments/cherryjelly.png',
|
|
"honey" = 'icons/ui_icons/condiments/honey.png',
|
|
"blackpepper" = 'icons/ui_icons/condiments/peppermillsmall.png',
|
|
"sodiumchloride" = 'icons/ui_icons/condiments/saltshakersmall.png',
|
|
)
|