From 293034d8154ad9f7a1efabd9910e6849cd32dcb0 Mon Sep 17 00:00:00 2001 From: Dap Date: Thu, 10 Oct 2019 09:04:06 -0600 Subject: [PATCH] Imagine Updating How Tables Work, But Forgetting MY TABLES ## About The Pull Request Let me just add in a single line so plasmaglass tables actually work. ## Changelog :cl: fix: You can now make plasmaglass tables again. /:cl: --- code/game/objects/items/stacks/sheets/glass.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index fcadbf4270..c9fc59a3fe 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -89,6 +89,7 @@ GLOBAL_LIST_INIT(pglass_recipes, list ( \ resistance_flags = ACID_PROOF merge_type = /obj/item/stack/sheet/plasmaglass grind_results = list(/datum/reagent/silicon = 20, /datum/reagent/toxin/plasma = 10) + tableVariant = /obj/structure/table/plasmaglass /obj/item/stack/sheet/plasmaglass/fifty amount = 50