[MIRROR] Adds nutriment factor to liquid gibs. [MDB IGNORE] (#19052)

* Adds nutriment factor to liquid gibs. (#73033)

## About The Pull Request

Over the years I've heard quite a few lizard players scratch their heads
in confusion due to the lack of gibs filling you up. I gave it a fairly
low value of 2 so people don't end up trying to power game it.

## Why It's Good For The Game

Adding an alternative use to gibs is always nice, at the moment it's
mostly just used for soap and cytology (Which barely anyone does.)

## Changelog

🆑
balance: Gibs now provide a small amount of nutriment.
/🆑

* Fixes the modular uses of liquid gibs

* Fixes an error that somehow slipped through.

---------

Co-authored-by: carshalash <carshalash@gmail.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2023-02-03 16:59:09 -05:00
committed by GitHub
co-authored by carshalash GoldenAlpharex
parent 67567d1e23
commit ebe38543ff
15 changed files with 37 additions and 36 deletions
@@ -107,7 +107,7 @@
dryname = "rotting gibs"
drydesc = "They look bloody and gruesome while some terrible smell fills the air."
decal_reagent = /datum/reagent/liquidgibs
decal_reagent = /datum/reagent/consumable/liquidgibs
reagent_amount = 5
///Information about the diseases our streaking spawns
var/list/streak_diseases
+1 -1
View File
@@ -56,7 +56,7 @@
/obj/item/soap/homemade
desc = "A homemade bar of soap. Smells of... well...."
grind_results = list(/datum/reagent/liquidgibs = 9, /datum/reagent/lye = 9)
grind_results = list(/datum/reagent/consumable/liquidgibs = 9, /datum/reagent/lye = 9)
icon_state = "soapgibs"
inhand_icon_state = "soapgibs"
worn_icon_state = "soapgibs"
+2 -2
View File
@@ -191,7 +191,7 @@
icon_state = "brain_pate"
food_reagents = list(
/datum/reagent/consumable/nutriment/protein = 8,
/datum/reagent/liquidgibs = 2,
/datum/reagent/consumable/liquidgibs = 2,
)
tastes = list("brains" = 2)
foodtypes = MEAT | VEGETABLES | GORE
@@ -641,7 +641,7 @@
food_reagents = list(
/datum/reagent/consumable/nutriment/protein = 10,
/datum/reagent/blood = 8,
/datum/reagent/liquidgibs = 2,
/datum/reagent/consumable/liquidgibs = 2,
)
tastes = list("vinegar" = 1, "metal" = 1)
foodtypes = MEAT | VEGETABLES | GORE
+1 -1
View File
@@ -229,7 +229,7 @@
/datum/reagent/consumable/nutriment/protein = 6,
/datum/reagent/consumable/tomatojuice = 10,
/datum/reagent/consumable/nutriment/vitamin = 4,
/datum/reagent/liquidgibs = 3,
/datum/reagent/consumable/liquidgibs = 3,
)
tastes = list("tomato" = 1, "squirming" = 1)
foodtypes = MEAT | GORE
+1 -1
View File
@@ -128,7 +128,7 @@
/datum/reagent/consumable/nutriment = 4,
/datum/reagent/consumable/nutriment/protein = 2,
/datum/reagent/consumable/nutriment/vitamin = 6,
/datum/reagent/liquidgibs = 3,
/datum/reagent/consumable/liquidgibs = 3,
)
tastes = list("noodles" = 1, "meat" = 1)
foodtypes = GRAIN | MEAT | VEGETABLES