Skip to content

Commit 3007198

Browse files
committed
Blood restoring Chems no longer depend on a threshold of nutrition
1 parent bb1857f commit 3007198

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/modules/reagents/chemistry_properties/prop_positive.dm

-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108
/datum/chem_property/positive/hemogenic/process(mob/living/M, potency = 1, delta_time)
109109
if(!iscarbon(M))
110110
return
111-
if(M.nutrition < 200)
112-
return
113111

114112
handle_nutrition_loss(M, potency, delta_time)
115113
M.blood_volume = min(M.blood_volume + potency, M.limit_blood)

0 commit comments

Comments
 (0)