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