Fixed runtime errors in cryo and mining.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1308 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-03-29 17:00:42 +00:00
parent 21b859d864
commit e4907537b5
2 changed files with 7 additions and 5 deletions

View File

@@ -2584,7 +2584,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
origin_tech = "materials=4"
perunit = 2000
/obj/item/stack/sheet/gold/New()
/obj/item/stack/sheet/gold/New(loc,amount)
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2600,7 +2600,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
origin_tech = "materials=3"
perunit = 2000
/obj/item/stack/sheet/silver/New()
/obj/item/stack/sheet/silver/New(loc,amount)
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2615,7 +2615,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
origin_tech = "materials=6"
perunit = 1000
/obj/item/stack/sheet/diamond/New()
/obj/item/stack/sheet/diamond/New(loc,amount)
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
@@ -2664,7 +2664,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
origin_tech = "materials=4"
perunit = 2000
/obj/item/stack/sheet/clown/New()
/obj/item/stack/sheet/clown/New(loc,amount)
..()
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4