Removes FPRINT and TABLEPASS flags

This commit is contained in:
Kelenius
2015-01-23 22:27:32 +03:00
parent a32c4d02e8
commit 10de826ca3
199 changed files with 272 additions and 496 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
icon = 'icons/obj/robot_parts.dmi'
item_state = "buildpipe"
icon_state = "blank"
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
slot_flags = SLOT_BELT
var/construction_time = 100
var/list/construction_cost = list("metal"=20000,"glass"=5000)