Shouldn't have put that in the dme

This commit is contained in:
ZomgPonies
2013-09-11 19:18:34 -04:00
parent 17adb1f519
commit 7213a6d26a
2 changed files with 7 additions and 1 deletions
@@ -205,11 +205,18 @@ var/global/list/datum/stack_recipe/silver_recipes = list ( \
perunit = 2000
sheettype = "clown"
/obj/item/stack/sheet/mineral/clown/New(var/loc, var/amount=null)
recipes = clown_recipes
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
..()
var/global/list/datum/stack_recipe/clown_recipes = list ( \
new/datum/stack_recipe("bananium computer frame", /obj/structure/computerframe/HONKputer, 10, time = 25, one_per_turf = 1, on_floor = 1), \
)
/****************************** Others ****************************/