From 3b2d80af290bb4e4439e4ffeeeb81717787a00d2 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 14 Jun 2020 22:19:07 +0300 Subject: [PATCH] Update prometheans.dm --- .../mob/living/carbon/human/species/station/prometheans.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans.dm b/code/modules/mob/living/carbon/human/species/station/prometheans.dm index a4d138b118..21c6a75a8a 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans.dm @@ -194,7 +194,7 @@ var/datum/species/shapeshifter/promethean/prometheans var/turf/simulated/S = T if(T.clean_blood()) H.adjust_nutrition(rand(10, 20)) - if(S.dirt > 0) + if(S.dirt > 50) S.dirt = 0 H.adjust_nutrition(rand(10, 20)) //VOREStation Edit Start