Admin Maximize Research applies to all tech types (#19320)

* That's not used anymore

* Nevermind, it could possibly wind up getting used thanks to economy

* Update rdconsole.dm
This commit is contained in:
Vi3trice
2022-10-12 12:45:24 +01:00
committed by GitHub
parent 3958de2de4
commit 43114ebd85
+1 -2
View File
@@ -160,8 +160,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
files.known_tech[T.id] = T
for(var/v in files.known_tech)
var/datum/tech/KT = files.known_tech[v]
if(KT.level < KT.max_level)
KT.level=KT.max_level
KT.level = 8
files.RefreshResearch()
/obj/machinery/computer/rdconsole/Initialize(mapload)