From ddb842bd1ae236cd6250ed2c91a564779c98e512 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 16 Nov 2017 12:52:38 -0500 Subject: [PATCH] Update portable_scrubber.ract --- tgui/src/interfaces/portable_scrubber.ract | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/tgui/src/interfaces/portable_scrubber.ract b/tgui/src/interfaces/portable_scrubber.ract index 1cd4bd9720..3f89775ee2 100644 --- a/tgui/src/interfaces/portable_scrubber.ract +++ b/tgui/src/interfaces/portable_scrubber.ract @@ -1,42 +1,3 @@ -<<<<<<< HEAD - - The regulator {{data.holding ? "is" : "is not"}} connected to a tank. - - - - {{Math.round(adata.pressure)}} kPa - - - {{data.connected ? "Connected" : "Not Connected"}} - - - - - {{data.on ? "On" : "Off"}} - - - - {{#partial button}} - {{#if data.holding}} - Eject - {{/if}} - {{/partial}} - {{#if data.holding}} - - {{data.holding.name}} - - - {{Math.round(adata.holding.pressure)}} kPa - - {{else}} - - No Holding Tank - - {{/if}} - -======= @@ -81,4 +42,3 @@ {{/with}} ->>>>>>> 33f2f2f... Atmos Filter/Scrubber UI update (#32746)