[MIRROR] Fixed tech disk exports (#971)
* Fixed tech disk exports * Update research.dm * Delete research.dm.rej
This commit is contained in:
committed by
Poojawa
parent
f7c6489d87
commit
7d04404ae3
@@ -22,4 +22,4 @@
|
||||
if(!V)
|
||||
continue
|
||||
var/datum/tech/tech = V
|
||||
techLevels[tech.id] = tech.level
|
||||
techLevels[tech.id] = max(techLevels[tech.id], tech.level)
|
||||
|
||||
Reference in New Issue
Block a user