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