mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user