Update signs.dm

This commit is contained in:
C.L
2022-10-07 22:27:38 -04:00
committed by GitHub
parent 80d85e969c
commit b05a3491d7
+1 -1
View File
@@ -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