From 4186b15a69cbfa98aa1fdb3155b0932618628219 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Sat, 17 Apr 2021 16:51:08 -0500 Subject: [PATCH] plastitanium glass OSC --- code/game/objects/items/stacks/sheets/glass.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index 026b73ca15..6b1220743f 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -272,7 +272,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list( . = ..() . += GLOB.plastitaniumglass_recipes -/obj/item/stack/sheet/titaniumglass/on_solar_construction(obj/machinery/power/solar/S) +/obj/item/stack/sheet/plastitaniumglass/on_solar_construction(obj/machinery/power/solar/S) S.max_integrity *= 2 S.efficiency *= 2