mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds shards to glass and plasmaglass crafting menu (#24226)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
GLOBAL_LIST_INIT(glass_recipes, list (
|
||||
new /datum/stack_recipe("glass shard", /obj/item/shard, time = 0 SECONDS),
|
||||
new /datum/stack_recipe/window("directional window", /obj/structure/window/basic, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
new /datum/stack_recipe/window("fulltile window", /obj/structure/window/full/basic, 2, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
new /datum/stack_recipe("fishbowl", /obj/machinery/fishtank/bowl, 1, time = 1 SECONDS),
|
||||
@@ -92,6 +93,7 @@ GLOBAL_LIST_INIT(glass_recipes, list (
|
||||
*/
|
||||
|
||||
GLOBAL_LIST_INIT(reinforced_glass_recipes, list (
|
||||
new /datum/stack_recipe("glass shard", /obj/item/shard, time = 0 SECONDS),
|
||||
new /datum/stack_recipe/window("windoor frame", /obj/structure/windoor_assembly, 5, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
null,
|
||||
new /datum/stack_recipe/window("directional reinforced window", /obj/structure/window/reinforced, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
@@ -128,6 +130,7 @@ GLOBAL_LIST_INIT(reinforced_glass_recipes, list (
|
||||
. += "<span class='notice'>Reinforced glass is much stronger against damage than normal glass, otherwise it functions like normal glass does.</span>"
|
||||
|
||||
GLOBAL_LIST_INIT(pglass_recipes, list (
|
||||
new /datum/stack_recipe("plasma shard", /obj/item/shard/plasma, time = 0 SECONDS),
|
||||
new /datum/stack_recipe/window("directional window", /obj/structure/window/plasmabasic, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
new /datum/stack_recipe/window("fulltile window", /obj/structure/window/full/plasmabasic, 2, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE)
|
||||
))
|
||||
@@ -184,6 +187,7 @@ GLOBAL_LIST_INIT(pglass_recipes, list (
|
||||
*/
|
||||
|
||||
GLOBAL_LIST_INIT(prglass_recipes, list (
|
||||
new /datum/stack_recipe("plasma shard", /obj/item/shard/plasma, time = 0 SECONDS),
|
||||
new /datum/stack_recipe/window("directional reinforced window", /obj/structure/window/plasmareinforced, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE),
|
||||
new /datum/stack_recipe/window("fulltile reinforced window", /obj/structure/window/full/plasmareinforced, 2, time = 0 SECONDS, on_floor = TRUE, window_checks = TRUE)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user