Kitchen Resprites (#17311)

* Kitchen Resprites

* for ata

* Update code/modules/cooking/machinery/cooking_machines/container.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* Update code/modules/cooking/machinery/cooking_machines/container.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* Update code/modules/cooking/machinery/cooking_machines/container.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* Update code/modules/cooking/machinery/cooking_machines/container.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* admiral ackbar cereal

* walter j hartwell

* for real?

* hank schrader

---------

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
Wowzewow (Wezzy)
2023-09-19 09:58:22 +00:00
committed by GitHub
co-authored by Fluffy
parent 8d17f98dca
commit 1b51600ca6
31 changed files with 208 additions and 112 deletions
+1 -1
View File
@@ -325,7 +325,7 @@
/obj/machinery/reagentgrinder
name = "All-In-One Grinder"
icon = 'icons/obj/kitchen.dmi'
icon = 'icons/obj/machinery/cooking_machines.dmi'
icon_state = "juicer1"
layer = 2.99
density = 0
@@ -109,7 +109,7 @@ var/list/lunchables_vaurca_snack_ = list(
var/list/lunchables_utensil_ = list(
/obj/item/material/kitchen/utensil/fork/chopsticks,
/obj/item/material/kitchen/utensil/fork/chopsticks/cheap,
/obj/item/material/kitchen/utensil/fork/chopsticks/bamboo,
/obj/item/material/kitchen/utensil/fork/plastic,
/obj/item/material/kitchen/utensil/spoon/plastic,
/obj/item/material/kitchen/utensil/knife/plastic
@@ -3850,7 +3850,7 @@
set category = "Object"
set src in usr
var/obj/item/material/kitchen/utensil/fork/chopsticks/cheap/S = new()
var/obj/item/material/kitchen/utensil/fork/chopsticks/bamboo/S = new()
if(use_check_and_message(usr))
return
@@ -1,6 +1,6 @@
/obj/item/reagent_containers/ladle
name = "ladle"
desc = "A serving ladle. Holds 30u."
desc = "A serving ladle. Soup's on!"
icon = 'icons/obj/kitchen.dmi'
icon_state = "ladle"
amount_per_transfer_from_this = 10