Merge pull request #4542 from Stevenator1/MagnetsHowDoTheyWork

Fix uses of TECH_MAGNETS to TECH_MAGNET
This commit is contained in:
Anewbe
2018-01-15 11:15:27 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

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)