Merge pull request #14252 from tkdrg/cablefix

Fixes cable_coil children not merging each other
This commit is contained in:
Razharas
2016-01-03 04:38:52 +03:00
2 changed files with 9 additions and 5 deletions
+1
View File
@@ -468,6 +468,7 @@ var/global/list/datum/stack_recipe/cable_coil_recipes = list ( \
item_state = "coil_red"
max_amount = MAXCOIL
amount = MAXCOIL
merge_type = /obj/item/stack/cable_coil // This is here to let its children merge between themselves
item_color = "red"
desc = "A coil of power cable."
throwforce = 0