From 439367da60a86ec9429d235f0bc3681957308c4c Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 21 Mar 2012 20:55:06 +0000 Subject: [PATCH] Fix for max sheets button on RnD console. --- code/modules/research/rdconsole.dm | 2 +- config/admins.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 558df0d9fee..20224ce0125 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -771,7 +771,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 >= 3750) dat += "(1 Sheet) " if(linked_lathe.plasma_amount >= 18750) dat += "(5 Sheets) " - if(linked_lathe.plasma_amount >= 3750) dat += "(Max Sheets)" + if(linked_lathe.plasma_amount >= 3750) dat += "(Max Sheets)" dat += "
" //Uranium dat += "* [linked_lathe.uranium_amount] cm3 of Uranium || " diff --git a/config/admins.txt b/config/admins.txt index 790541e9862..39f76eca3a1 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -18,4 +18,6 @@ skymarshal - Game Master spaceman96 - Game Admin strumpetplaya - Retired Admin tastyfish - Game Master -uristqwerty - Game Master \ No newline at end of file +uristqwerty - Game Master +erthilo - Game Master +erthilo2 - Game Master \ No newline at end of file