Merge pull request #6906 from Fox-McCloud/merge-oddities

Fixes Stack Merge Oddities
This commit is contained in:
Crazy Lemon
2017-03-26 23:27:58 -07:00
committed by GitHub
6 changed files with 17 additions and 1 deletions
+1
View File
@@ -475,6 +475,7 @@ var/global/list/datum/stack_recipe/cable_coil_recipes = list(
item_state = "coil_red"
amount = MAXCOIL
max_amount = MAXCOIL
merge_type = /obj/item/stack/cable_coil // This is here to let its children merge between themselves
color = COLOR_RED
desc = "A coil of power cable."
throwforce = 10