Munchies Weed and Xenoarch tweak

Added Munchies Weed, a mutation of weed, it has orange bioluminescence and produced apptetite stimulant.
Added appetite stimulant, a chemical that makes the character gain more nutrition while keeping them hungry
Tweaked the xenoarchaeology list of possible finds
This commit is contained in:
Alphas00
2024-06-16 20:53:14 +02:00
parent 514d9436dc
commit 19d230284d
10 changed files with 190 additions and 8 deletions
@@ -17,7 +17,7 @@
/datum/reagent/consumable/on_mob_life(mob/living/carbon/M)
current_cycle++
M.nutrition += nutriment_factor
M.nutrition += nutriment_factor * M.nutri_mult //GS13 nutriment multiplier to make nutrition stronger based on certain effects
M.thirst += hydration
holder.remove_reagent(type, metabolization_rate)