I forgot to change the cyborg modules back to normal for the tiles.

This commit is contained in:
ProperPants
2016-03-30 22:16:09 -04:00
parent 2b4456c12f
commit b764f18840
2 changed files with 5 additions and 4 deletions
@@ -176,7 +176,7 @@
/obj/item/stack/sheet/rglass/cyborg = 50,
/obj/item/stack/cable_coil/cyborg = 50,
/obj/item/stack/rods/cyborg = 60,
/obj/item/stack/tile/plasteel/cyborg = 20
/obj/item/stack/tile/plasteel = 20
)
/obj/item/weapon/robot_module/engineering/New()
@@ -462,9 +462,9 @@
stacktypes = list(
/obj/item/stack/sheet/wood/cyborg = 10,
/obj/item/stack/sheet/rglass/cyborg = 50,
/obj/item/stack/tile/wood/cyborg = 20,
/obj/item/stack/rods/cyborg/ = 60,
/obj/item/stack/tile/plasteel/cyborg = 20,
/obj/item/stack/tile/wood = 20,
/obj/item/stack/rods/cyborg = 60,
/obj/item/stack/tile/plasteel = 20,
/obj/item/stack/sheet/metal/cyborg = 50,
/obj/item/stack/sheet/glass/cyborg = 50,
/obj/item/stack/cable_coil/cyborg = 30