mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-16 18:54:13 +01:00
Merge pull request #5292 from Ketrai/fishbranch
Adds lobsters and cuttlefish
This commit is contained in:
@@ -38,3 +38,14 @@
|
||||
cost = 60 //considering a corgi crate is 50, and you get two fennecs
|
||||
containertype = /obj/structure/largecrate/animal/fennec
|
||||
containername = "Fennec crate"
|
||||
|
||||
/datum/supply_pack/hydro/fish
|
||||
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/sliceable/monkfish = 1
|
||||
)
|
||||
cost = 20
|
||||
containertype = /obj/structure/closet/crate/freezer
|
||||
containername = "Fish crate"
|
||||
Reference in New Issue
Block a user