makes bananades buildable

This commit is contained in:
ZomgPonies
2013-09-14 13:36:55 -04:00
parent ef7cdabebf
commit c284cef185
2 changed files with 32 additions and 3 deletions
@@ -214,6 +214,7 @@ var/global/list/datum/stack_recipe/silver_recipes = list ( \
var/global/list/datum/stack_recipe/clown_recipes = list ( \
new/datum/stack_recipe("bananium computer frame", /obj/structure/computerframe/HONKputer, 50, time = 25, one_per_turf = 1, on_floor = 1), \
new/datum/stack_recipe("bananium grenade casing", /obj/item/weapon/grenade/bananade/casing, 4, on_floor = 1), \
)