All-In-One grinder results are now defined by type, not by huge lists

This commit is contained in:
Ashe Higgs
2017-12-14 16:48:25 -05:00
committed by CitadelStationBot
parent a22b225015
commit 2aef00daf0
48 changed files with 356 additions and 235 deletions
@@ -10,10 +10,18 @@
throw_speed = 3
throw_range = 7
flags_1 = CONDUCT_1
<<<<<<< HEAD
max_amount = 60
/obj/item/stack/light_w/attackby(obj/item/O, mob/user, params)
=======
max_amount = 60
grind_results = list("silicon" = 1, "copper" = 1)
/obj/item/stack/light_w/attackby(obj/item/O, mob/user, params)
>>>>>>> d447acd... All-In-One grinder results are now defined by type, not by huge lists (#33181)
if(istype(O, /obj/item/wirecutters))
var/obj/item/stack/cable_coil/CC = new (user.loc)
CC.amount = 5