Files
Bubberstation/code/modules/asset_cache/assets/condiments.dm
SkyratBot 6c0951d35a [MIRROR] Condiments resprited [MDB IGNORE] (#21530)
* Condiments resprited (#75715)

![image](https://github.com/tgstation/tgstation/assets/3625094/021a6d6e-6f25-40e1-8c1a-6cebb25e7614)

## 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>
2023-06-01 16:25:50 -07:00

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',
)