Nutriment can get you fat again.
This commit is contained in:
committed by
CitadelStationBot
parent
77f40b6be9
commit
13593d757b
@@ -616,6 +616,22 @@
|
||||
M.blind_eyes(2)
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
/datum/reagent/consumable/nutriment/stabilized
|
||||
name = "Stabilized Nutriment"
|
||||
id = "stabilizednutriment"
|
||||
description = "A bioengineered protien-nutrient structure designed to decompose in high saturation. In layman's terms, it won't get you fat."
|
||||
reagent_state = SOLID
|
||||
nutriment_factor = 15 * REAGENTS_METABOLISM
|
||||
color = "#664330" // rgb: 102, 67, 48
|
||||
|
||||
/datum/reagent/consumable/nutriment/stabilized/on_mob_life(mob/living/M)
|
||||
if(M.nutrition > NUTRITION_LEVEL_FULL - 25)
|
||||
M.nutrition -= 3*nutriment_factor
|
||||
..()
|
||||
|
||||
>>>>>>> 8637339... Nutriment can get you fat again.
|
||||
////Lavaland Flora Reagents////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user