mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Reagent Containers : The 3/4thening & Contained Spritening (and other related food things) (#17231)
* food and drink
* sabrage
* kanpai and blasted on grain alcohol
* beakers
* Update code/modules/reagents/reagent_containers/food/cans.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/cans.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/cans.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/cans.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/cans.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/drinks/bottle.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update code/modules/reagents/reagent_containers/food/drinks/bottle.dm
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* changelog
* the contained sprite-ening....
* deletes old file
* teapot
* aaaaahhhh
* AAAGH INHANDS
* volume = 30
* fixes invalid icon state
* is this really that fucking esoteric
* Revert "is this really that fucking esoteric"
This reverts commit 5b238c7821.
* this should fix it maybe
* fixes 2
* the simple solution
* skibidi toilet
* god dammit
* jyalra
* redundancy
---------
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
45709e1924
commit
cc8eab09ef
@@ -3,7 +3,7 @@
|
||||
//which can be checked against recipe requirements in order to cook recipes that require several things
|
||||
|
||||
/obj/item/reagent_containers/cooking_container
|
||||
icon = 'icons/obj/cooking_machines.dmi'
|
||||
icon = 'icons/obj/item/reagent_containers/cooking_container.dmi'
|
||||
var/shortname
|
||||
var/place_verb = "into"
|
||||
var/max_space = 20//Maximum sum of w-classes of foods in this container at once
|
||||
@@ -337,7 +337,6 @@
|
||||
name = "mixing bowl"
|
||||
shortname = "bowl"
|
||||
desc = "A bowl. You bowl foods... wait, what?"
|
||||
icon = 'icons/obj/kitchen.dmi'
|
||||
icon_state = "mixingbowl"
|
||||
filling_states = "-10;10;25;50;75;80;100"
|
||||
center_of_mass = list("x" = 17,"y" = 7)
|
||||
@@ -350,7 +349,6 @@
|
||||
/obj/item/reagent_containers/cooking_container/board/bowl/update_icon()
|
||||
cut_overlays()
|
||||
if(reagents?.total_volume)
|
||||
var/mutable_appearance/filling = mutable_appearance('icons/obj/reagentfillings.dmi', "[icon_state][get_filling_state()]")
|
||||
var/mutable_appearance/filling = mutable_appearance(icon, "[icon_state][get_filling_state()]")
|
||||
filling.color = reagents.get_color()
|
||||
add_overlay(filling)
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
reagents = list(/singleton/reagent/water = 10)
|
||||
result = /obj/item/reagent_containers/food/snacks/soup/tomato
|
||||
|
||||
/singleton/recipe/milosoup
|
||||
/singleton/recipe/misosoup
|
||||
appliance = POT
|
||||
reagents = list(/singleton/reagent/water = 10)
|
||||
items = list(
|
||||
@@ -49,7 +49,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/tofu,
|
||||
/obj/item/reagent_containers/food/snacks/tofu
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/soup/milo
|
||||
result = /obj/item/reagent_containers/food/snacks/soup/miso
|
||||
|
||||
/singleton/recipe/bloodsoup
|
||||
appliance = SAUCEPAN | POT
|
||||
|
||||
Reference in New Issue
Block a user