Final crafting fixes

This commit is contained in:
Markolie
2015-02-22 02:24:53 +01:00
parent efb45ea228
commit 886bf7400b
6 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -317,7 +317,7 @@
//else if (istype(W, /obj/item/weapon/plant/wheat/metal))
// new /obj/item/weapon/ore/iron(src)
// load = 2
/*else if(istype(W, /obj/item/weapon/cable_coil/))
/*else if(istype(W, /obj/item/stack/cable_coil/))
for(var/mob/O in viewers(user, null)) O.show_message(text("\blue [] loads [] into the [].", user, W, src), 1)
for (var/amt = W:amount, amt > 0, amt--)
new /obj/item/weapon/ore/silver(src)
@@ -685,7 +685,7 @@
/*
/datum/manufacture/cable
name = "Electrical Cable Piece"
item = /obj/item/weapon/cable_coil/cut
item = /obj/item/stack/cable_coil/cut
cost1 = /obj/item/weapon/ore/silver
cname1 = "Silver"
amount1 = 1