Merge pull request #6168 from Kelenius/OfCablesAndStacks

Cables are now stacks
This commit is contained in:
Chinsky
2014-08-26 15:25:31 +04:00
70 changed files with 287 additions and 270 deletions

View File

@@ -19,8 +19,8 @@
component_parts = list()
component_parts += new /obj/item/weapon/circuitboard/rdserver(src)
component_parts += new /obj/item/weapon/stock_parts/scanning_module(src)
component_parts += new /obj/item/weapon/cable_coil(src)
component_parts += new /obj/item/weapon/cable_coil(src)
component_parts += new /obj/item/stack/cable_coil(src)
component_parts += new /obj/item/stack/cable_coil(src)
RefreshParts()
src.initialize(); //Agouri