From f4b2aef9ed860ab1d8b0e2b4592d748682d55736 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Mon, 8 Dec 2014 06:52:41 +0000 Subject: [PATCH] RD Console spits plasmsa at max --- code/modules/research/rdconsole.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index f1822f9a..6df500a1 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -163,7 +163,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, else //The construction/deconstruction of the console code. ..() - + src.updateUsrDialog() return @@ -769,7 +769,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, dat += "Eject: " if(linked_lathe.plasma_amount >= 2000) dat += "(1 Sheet) " if(linked_lathe.plasma_amount >= 10000) dat += "(5 Sheets) " - if(linked_lathe.plasma_amount >= 2000) dat += "(Max Sheets)" + if(linked_lathe.plasma_amount >= 2000) dat += "(Max Sheets)" dat += "
" //Uranium dat += "* [linked_lathe.uranium_amount] cm3 of Uranium || "