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
+4
View File
@@ -2528,6 +2528,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
perunit = 2000
/obj/item/stack/sheet/gold/New()
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2543,6 +2544,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
perunit = 2000
/obj/item/stack/sheet/silver/New()
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2557,6 +2559,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
perunit = 1000
/obj/item/stack/sheet/diamond/New()
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2605,6 +2608,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
perunit = 2000
/obj/item/stack/sheet/clown/New()
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4