diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index cc97e7cc532..346f2bd6875 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -1624,7 +1624,7 @@ /obj/structure/sign/flag/attackby(obj/item/W, mob/user) ..() - if(istype(W, /obj/item/flame/lighter) || istype(W, /obj/item/weldingtool)) + if(istype(W, /obj/item/weapon/flame/lighter) || istype(W, /obj/item/weapon/weldingtool)) visible_message(SPAN_WARNING("\The [user] starts to burn \the [src] down!")) if(!do_after(user, 2 SECONDS)) return FALSE