Merge pull request #1859 from Fox-McCloud/tech-fix

Fixes Max Research Levels
This commit is contained in:
Mark van Alphen
2015-08-26 16:01:41 +02:00
+1 -1
View File
@@ -223,7 +223,7 @@ datum/tech/magnets
name = "Electromagnetic Spectrum Research"
desc = "Research into the electromagnetic spectrum. No clue how they actually work, though."
id = "magnets"
max_level = 5
max_level = 6
datum/tech/programming
name = "Data Theory Research"