Merge pull request #14749 from dearmochi/fish-qol

Aquarium QoL: Fish bag, lower hunger rate and more
This commit is contained in:
AffectedArc07
2020-11-15 21:42:36 +00:00
committed by GitHub
5 changed files with 93 additions and 28 deletions
@@ -222,6 +222,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list ( \
new/datum/stack_recipe("mining satchel", /obj/item/storage/bag/ore, 4), \
new/datum/stack_recipe("chemistry bag", /obj/item/storage/bag/chemistry, 4), \
new/datum/stack_recipe("bio bag", /obj/item/storage/bag/bio, 4), \
new/datum/stack_recipe("fish bag", /obj/item/storage/bag/fish, 4), \
null, \
new/datum/stack_recipe("improvised gauze", /obj/item/stack/medical/bruise_pack/improvised, 1, 2, 6), \
new/datum/stack_recipe("rag", /obj/item/reagent_containers/glass/rag, 1), \