Correcting origin_tech for micro-manipulator (#18643)

Someone accidently put a comma instead of a semi-colon between two techs.
This commit is contained in:
Emil
2016-06-16 17:17:15 -05:00
committed by KorPhaeron
parent ac0bad5d61
commit e603310120
+1 -1
View File
@@ -183,7 +183,7 @@
name = "pico-manipulator"
desc = "A tiny little manipulator used in the construction of certain devices."
icon_state = "pico_mani"
origin_tech = "materials=4;programming=4,engineering=4"
origin_tech = "materials=4;programming=4;engineering=4"
rating = 3
materials = list(MAT_METAL=30)