fixes some annoying punctuation errors.

This commit is contained in:
Graham Lloyd
2014-10-22 15:58:27 -04:00
parent ce86c1b6ba
commit c764a94073
9 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@
/obj/item/weapon/stool/attack(mob/M as mob, mob/user as mob)
if (prob(5) && istype(M,/mob/living))
user.visible_message("\red [user] breaks [src] over [M]'s back!.")
user.visible_message("\red [user] breaks [src] over [M]'s back!")
user.u_equip(src)
var/obj/item/stack/sheet/metal/m = new/obj/item/stack/sheet/metal
m.loc = get_turf(src)