mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
You can now make plaques from gold. Put a plaque on a wall and engrave an epitaph.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1341 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2616,6 +2616,12 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
||||
..()
|
||||
pixel_x = rand(0,4)-4
|
||||
pixel_y = rand(0,4)-4
|
||||
recipes = gold_recipes
|
||||
|
||||
var/global/list/datum/stack_recipe/gold_recipes = list ( \
|
||||
new/datum/stack_recipe("Plaque", /obj/item/weapon/plaque_assembly, 2), \
|
||||
)
|
||||
|
||||
|
||||
/obj/item/stack/sheet/silver
|
||||
name = "silver"
|
||||
|
||||
Reference in New Issue
Block a user