mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixed more runtime errors.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1158 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user