From f0c7f57fc8a46d925fe02e251daaf8a41c80fc28 Mon Sep 17 00:00:00 2001 From: Jesters-Ballad Date: Sun, 26 Jul 2026 01:55:11 -0500 Subject: [PATCH] FixedTypo --- code/game/objects/structures/props.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 64493b33da5c..fa57a9111e85 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -506,8 +506,8 @@ state = STATE_FUEL /obj/structure/prop/brazier/frame/full - name = "empty full brazier" - desc = "An empty brazier. Yet it's also full. What??? Use something hot to ignite it, like a welding tool." + name = "unlit brazier" + desc = "A brazier full of wood, though unlit. Something hot could ignite it." icon_state = "brazier_frame_filled" frame_type = /obj/structure/prop/brazier state = STATE_IGNITE