Visible_messages verb time tenses changed to present.

This commit is contained in:
kingofkosmos
2020-03-16 14:55:25 +02:00
parent 9e0093a8dd
commit 79c5a80ca0
59 changed files with 115 additions and 115 deletions
@@ -413,7 +413,7 @@
to_chat(user, "<span class='warning'>Remove all components from \the [src] before disassembling it.</span>")
return
new /obj/item/stack/sheet/metal( get_turf(src.loc), steel_sheet_cost )
physical.visible_message("<span class='notice'>\The [src] has been disassembled by [user].</span>")
physical.visible_message("<span class='notice'>\The [src] is disassembled by [user].</span>")
relay_qdel()
qdel(src)
return