Fixe Flag Burning (#9792)

* Fixes Flag Burning

* changelog
This commit is contained in:
WilliamMurdoch
2020-08-27 00:35:12 -04:00
committed by GitHub
parent 8ee3d9a7d4
commit 141a2faba0
2 changed files with 43 additions and 2 deletions

View File

@@ -705,10 +705,10 @@
desc = "You can't make out anything from the flag's original print. It's ruined."
add_fingerprint(user)
/obj/structure/sign/flag/attackby(obj/item/W as obj, mob/user as mob)
/obj/structure/sign/flag/attackby(obj/item/W, mob/user)
..()
if(istype(W, /obj/item/flame/lighter))
if(W.isFlameSource())
visible_message(SPAN_WARNING("\The [user] starts to burn \the [src] down!"))