mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds monkfish
ITS HOOG
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
name = "Fish supply crate"
|
||||
contains = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/lobster = 6,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefish = 8
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefish = 8,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/monkfish = 1
|
||||
)
|
||||
cost = 20
|
||||
containertype = /obj/structure/closet/crate/freezer
|
||||
|
||||
@@ -29,4 +29,9 @@
|
||||
/obj/item/trash/liquidprotein
|
||||
name = "\improper \"LiquidProtein\" ration"
|
||||
icon = 'icons/obj/trash_vr.dmi'
|
||||
icon_state = "liquidprotein"
|
||||
icon_state = "liquidprotein"
|
||||
|
||||
/obj/item/trash/fancyplate
|
||||
name = "dirty fancy plate"
|
||||
icon = 'icons/obj/trash_vr.dmi'
|
||||
icon_state = "fancyplate"
|
||||
|
||||
@@ -328,6 +328,46 @@
|
||||
bitesize = 5
|
||||
reagents.add_reagent("protein", 10)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/monkfish
|
||||
name = "extra large monkfish"
|
||||
desc = "it's a huge monkfish. better clean it first, you can't possibly eat it like this."
|
||||
icon = 'icons/obj/food48x48_vr.dmi'
|
||||
icon_state = "monkfish_raw"
|
||||
nutriment_amt = 30
|
||||
w_class = ITEMSIZE_HUGE //Is that a monkfish in your pocket, or are you just happy to see me?
|
||||
slice_path = /obj/item/weapon/reagent_containers/food/snacks/monkfishfillet
|
||||
slices_num = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishraw/Initialize()
|
||||
..()
|
||||
bitesize = 0.5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishfillet
|
||||
name = "monkfish fillet"
|
||||
desc = "it's a fillet sliced from a monkfish."
|
||||
icon = 'icons/obj/food_vr.dmi'
|
||||
icon_state = "monkfish_fillet"
|
||||
nutriment_amt = 0.5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefishcooked/Initialize()
|
||||
..()
|
||||
bitesize = 3
|
||||
reagents.add_reagent("protein", 1)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishcooked
|
||||
name = "seasoned monkfish"
|
||||
desc = "a delicious slice of monkfish prepared with sweet chili and spring onion."
|
||||
icon = 'icons/obj/food_vr.dmi'
|
||||
icon_state = "monkfish_cooked"
|
||||
nutriment_amt = 10
|
||||
nutriment_desc = list("fish" = 3, "oil" = 1, "sweet chili" = 3, "spring onion" = 2)
|
||||
trash = /obj/item/trash/fancyplate
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefishcooked/Initialize()
|
||||
..()
|
||||
bitesize = 4
|
||||
reagents.add_reagent("protein", 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkeycube/sobakacube
|
||||
name = "sobaka cube"
|
||||
monkey_type = "Sobaka"
|
||||
|
||||
@@ -166,6 +166,13 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/cuttlefishcooked
|
||||
|
||||
/datum/recipe/monkfish
|
||||
fruit = list("chili" = 1, "onion" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishfillet
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/monkfishcooked
|
||||
|
||||
/datum/recipe/margheritapizzacargo
|
||||
reagents = list()
|
||||
items = list(
|
||||
|
||||
BIN
icons/obj/food48x48_vr.dmi
Normal file
BIN
icons/obj/food48x48_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 826 B |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 587 B |
Reference in New Issue
Block a user