disables flight suits, again (#265)

This commit is contained in:
TalkingCactus
2017-03-06 16:59:57 -05:00
committed by GitHub
parent 55595d898d
commit 906b8e59d0
@@ -759,7 +759,7 @@
construction_time = 100
build_path = /obj/item/device/assembly/flash/handheld
category = list("Misc")
/*
/datum/design/flightsuit //Multi step build process/redo WIP
name = "Flight Suit"
desc = "A specialized hardsuit that is able to attach a flightpack and accessories.."
@@ -792,3 +792,4 @@
construction_time = 100
category = list("Misc")
req_tech = list("magnets" = 2, "combat" = 2, "plasmatech" = 3, "materials" = 3, "engineering" = 2, "powerstorage" = 2)
*/