Phase Honk

This commit is contained in:
Firecage
2014-09-15 12:44:52 +02:00
parent 16502db223
commit caa4d60503
2 changed files with 4 additions and 2 deletions
@@ -211,6 +211,7 @@ var/global/list/datum/stack_recipe/clown_recipes = list ( \
)
/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
..()