Fixed more runtime errors.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1158 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-04 16:21:21 +00:00
parent 2141d8cc7b
commit cc9e4a4922
8 changed files with 30 additions and 17 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ var/global/list/datum/stack_recipe/r_metal_recipes = list ( \
// TILES
/obj/item/stack/tile/New()
/obj/item/stack/tile/New(var/loc, var/amount=null)
..()
src.pixel_x = rand(1, 14)
src.pixel_y = rand(1, 14)
return