mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
co-authored by
carshalash
GoldenAlpharex
parent
67567d1e23
commit
ebe38543ff
@@ -282,7 +282,7 @@ GLOBAL_LIST_INIT_TYPED(ice_cream_flavours, /datum/ice_cream_flavour, init_ice_cr
|
||||
icon_state = "icecream_mob"
|
||||
desc = "filled with bright red ice cream. That's probably not strawberry..."
|
||||
desc_prefix = "A suspicious $CONE_NAME"
|
||||
reagent_type = /datum/reagent/liquidgibs
|
||||
reagent_type = /datum/reagent/consumable/liquidgibs
|
||||
hidden = TRUE
|
||||
|
||||
/datum/ice_cream_flavour/custom
|
||||
|
||||
Reference in New Issue
Block a user