From e6bd316a0d0421b72e056fc60df9520f40dabbbb Mon Sep 17 00:00:00 2001 From: HelmCrab <90987989+Thera-Pissed@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:01:13 -0500 Subject: [PATCH] plastitanium --- code/game/objects/structures/window.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index af0de94d1f66..a250bbf85999 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -766,6 +766,12 @@ anchored = FALSE state = WINDOW_OUT_OF_FRAME +/obj/structure/window/plasma/reinforced/plastitanium/deconstruct_act(mob/living/user, obj/item/I) + if (I.use_tool(src, user, 50 SECONDS, volume=100)) + to_chat(user, "You shatter [src] with the [I].") + deconstruct(FALSE) + return TRUE + /obj/structure/window/paperframe name = "paper frame" desc = "A fragile separator made of thin wood and paper."