mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Changes \a to the, since the game never says anything like "you fire A laser gun", etc
consistency
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user