mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 21:23:20 +00:00
Makes the diet pill more effective, and makes Lipozine more effective in general
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
/datum/reagent/nutriment
|
/datum/reagent/nutriment
|
||||||
nutriment_factor = 10
|
nutriment_factor = 10
|
||||||
|
|
||||||
|
/datum/reagent/lipozine/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||||
|
M.nutrition = max(M.nutrition - 20 * removed, 0)
|
||||||
|
M.overeatduration = 0
|
||||||
|
if(M.nutrition < 0)
|
||||||
|
M.nutrition = 0
|
||||||
@@ -311,4 +311,4 @@
|
|||||||
|
|
||||||
/obj/item/weapon/reagent_containers/pill/diet/New()
|
/obj/item/weapon/reagent_containers/pill/diet/New()
|
||||||
..()
|
..()
|
||||||
reagents.add_reagent("lipozine", 2)
|
reagents.add_reagent("lipozine", 15) //VS Edit
|
||||||
Reference in New Issue
Block a user