Fix some origin_tech's

This commit is contained in:
monster860
2016-06-06 05:47:10 -04:00
parent 4af414f1b0
commit 14a6a575a9
@@ -131,7 +131,7 @@
name = "nano-manipulator"
desc = "A tiny little manipulator used in the construction of certain devices."
icon_state = "nano_mani"
origin_tech = "materials=3,programming=2"
origin_tech = "materials=3;programming=2"
rating = 2
materials = list(MAT_METAL=30)
@@ -173,7 +173,7 @@
name = "pico-manipulator"
desc = "A tiny little manipulator used in the construction of certain devices."
icon_state = "pico_mani"
origin_tech = "materials=5,programming=2"
origin_tech = "materials=5;programming=2"
rating = 3
materials = list(MAT_METAL=30)