Removes telecomm and RD server temperature cap

This commit is contained in:
mwerezak
2014-07-28 20:24:17 -04:00
parent bf0a17dcb0
commit 0345024f04
5 changed files with 53 additions and 50 deletions

View File

@@ -317,7 +317,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
files.RefreshResearch()
server_processed = 1
if(!istype(S, /obj/machinery/r_n_d/server/centcom) && server_processed)
S.produce_heat(100)
S.produce_heat()
screen = 1.6
updateUsrDialog()