Changes \a to the, since the game never says anything like "you fire A laser gun", etc

consistency
This commit is contained in:
Atskadan
2013-10-10 17:06:43 -05:00
parent 3c901165ae
commit b9b5f3fbcd
+1 -1
View File
@@ -160,7 +160,7 @@
playsound(user, 'sound/weapons/Gunshot.ogg', 100, 1)
src.bullets--
for(var/mob/O in viewers(user, null))
O.show_message(text("\red <B>[] fires \a [src] at []!</B>", user, target), 1, "\red You hear a gunshot", 2)
O.show_message(text("\red <B>[] fires the [src] at []!</B>", user, target), 1, "\red You hear a gunshot", 2)
/obj/item/toy/ammo/gun
name = "ammo-caps"