mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
@@ -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!"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user