Skip to content

Commit

Permalink
plastitanium
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jun 24, 2024
1 parent 25fac9e commit e6bd316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<span class='warning'>You shatter [src] with the [I].</span>")
deconstruct(FALSE)
return TRUE

/obj/structure/window/paperframe
name = "paper frame"
desc = "A fragile separator made of thin wood and paper."
Expand Down

0 comments on commit e6bd316

Please sign in to comment.