fixes broken chars (#15810)

This commit is contained in:
Kashargul
2024-03-05 23:33:23 +01:00
committed by GitHub
parent c8a61f63dd
commit 496cff40ff
15 changed files with 42 additions and 48 deletions
@@ -237,7 +237,7 @@
SA_vulnerability = SA_ANIMAL
hud_state = "rifle_heavy"
/obj/item/projectile/bullet/rifle/a145 // 14.5114mm is bigger than a .50 BMG round.
/obj/item/projectile/bullet/rifle/a145 // 14.5×114mm is bigger than a .50 BMG round.
fire_sound = 'sound/weapons/Gunshot_cannon.ogg' // This is literally an anti-tank rifle caliber. It better sound like a fucking cannon.
damage = 80
stun = 3
@@ -468,4 +468,4 @@
. = ..()
var/turf/T = get_turf(loc)
if(istype(T))
new /obj/item/ammo_casing/afoam_dart/riot(get_turf(loc))
new /obj/item/ammo_casing/afoam_dart/riot(get_turf(loc))