From f01c405537a1c274b57a950f9911c5e32e4efd2d Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 26 Mar 2021 17:53:25 +0200 Subject: [PATCH] Fixes a mirrorbot fuckup on RUST fixes Original PR had this whole part removed, mirrorbot thought it only removed the CHOMP comments :v --- code/modules/tgui/modules/rustcore_monitor.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/tgui/modules/rustcore_monitor.dm b/code/modules/tgui/modules/rustcore_monitor.dm index 69ccc1bf4e..d4ea472a5b 100644 --- a/code/modules/tgui/modules/rustcore_monitor.dm +++ b/code/modules/tgui/modules/rustcore_monitor.dm @@ -51,9 +51,6 @@ "amount" = C.owned_field.dormant_reactant_quantities[reagent] ))) - for(var/list/reactant in reactants) - to_world("[reactant[1]] [reactant[2]]") - cores.Add(list(list( "name" = C.name, "has_field" = C.owned_field ? TRUE : FALSE,