mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user