From 6d2554cd398ba1688ec8190429ce29824dc71ae3 Mon Sep 17 00:00:00 2001 From: anokspy <84058816+theboss10200@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:09:20 -0700 Subject: [PATCH] le fix (#31719) --- code/modules/projectiles/guns/energy/energy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/energy.dm b/code/modules/projectiles/guns/energy/energy.dm index c916138bb78..fbe3e51e881 100644 --- a/code/modules/projectiles/guns/energy/energy.dm +++ b/code/modules/projectiles/guns/energy/energy.dm @@ -72,7 +72,7 @@ It is is commonly found in the pockets of private individuals and corporate management alike." . += "" . += "The pistol packs the same punch as its bigger brother, but the compact frame has come at the cost of a smaller power cell, making it less suitable for extended engagements. \ - Despite this, it is responsible for thwarting numerous attempted muggings, kidnappings, and assassinations across the Sector ever year." + Despite this, it is responsible for thwarting numerous attempted muggings, kidnappings, and assassinations across the Sector every year." /obj/item/gun/energy/gun/mini/Initialize(mapload, ...) gun_light = new /obj/item/flashlight/seclite(src)