From 370e9f331d0b21e33dd659d05004f3c7a5cd6faf Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:32:24 +0100 Subject: [PATCH] Updates the Description of the Grille (#29951) * Update grille.dm * Update grille.dm --- code/game/objects/structures/grille.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index 89819bbed7f..e01e4de3106 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -1,5 +1,5 @@ /obj/structure/grille - desc = "A flimsy framework of metal rods." + desc = "A robust framework of metal rods. Commonly used for reinforcing high-security windows, and for building protective screens to intercept meteors and space debris." name = "grille" icon_state = "grille" density = TRUE