From 846b0bfd9c46fac49c838a9739bff9c74a3acfa4 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 8 Jul 2021 00:42:25 -0400 Subject: [PATCH] Missing an indent here --- code/modules/reagents/holder/holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/holder/holder.dm b/code/modules/reagents/holder/holder.dm index cdb602ad70b..8ddf4752b58 100644 --- a/code/modules/reagents/holder/holder.dm +++ b/code/modules/reagents/holder/holder.dm @@ -123,7 +123,7 @@ add_reagent_id = "[item]juice" if(add_reagent_id) //If we did find it, add it to our list of reagents to add, and add the number to our total. add_reagents[add_reagent_id] += data[item] - totalnum += data[item] + totalnum += data[item] if(totalnum) var/multconst = amount/totalnum //We're going to add these extra reagents so that they share the ratio described, but only add up to 1x the existing amount at the most