[MIRROR] Fixed tech disk exports (#971)

* Fixed tech disk exports

* Update research.dm

* Delete research.dm.rej
This commit is contained in:
CitadelStationBot
2017-05-18 11:59:06 -05:00
committed by Poojawa
parent f7c6489d87
commit 7d04404ae3
2 changed files with 344 additions and 344 deletions
+1 -1
View File
@@ -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)