Fix uses of TECH_MAGNETS to TECH_MAGNET

This commit is contained in:
Stevenator1
2018-01-15 03:27:26 -05:00
parent c632c2604d
commit cd59a2e928
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,4 +44,4 @@
icon = 'icons/obj/abductor.dmi'
icon_state = "multitool"
toolspeed = 0.1
origin_tech = list(TECH_MAGNETS = 5, TECH_ENGINEERING = 5)
origin_tech = list(TECH_MAGNET = 5, TECH_ENGINEERING = 5)