From e247a7d5e3aa65687c2affd59de9b472eda78ba8 Mon Sep 17 00:00:00 2001 From: Verkister Date: Mon, 26 Dec 2022 19:16:46 +0200 Subject: [PATCH] redundant pasta --- .../modules/mob/living/simple_mob/subtypes/vore/swoopie.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm index 6f5883b96a..d64661a83c 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm @@ -120,11 +120,11 @@ if(istype(T)) for(var/obj/O in T) if(O.clean_blood()) - adjust_nutrition(rand(1)) + adjust_nutrition(1) if(istype(T, /turf/simulated)) var/turf/simulated/S = T if(T.clean_blood()) - adjust_nutrition(rand(1)) + adjust_nutrition(1) if(S.dirt > 50) S.dirt = 0 - adjust_nutrition(rand(1)) + adjust_nutrition(1)