From bcbbb1671a4074d5f4eed75c25b7219ed660cb4e Mon Sep 17 00:00:00 2001 From: iramoye Date: Sat, 7 Feb 2026 23:10:02 -0600 Subject: [PATCH] grammar fixes two disable guns (#31532) --- code/modules/projectiles/guns/energy/energy.dm | 4 ++-- code/modules/projectiles/guns/energy/stun.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/guns/energy/energy.dm b/code/modules/projectiles/guns/energy/energy.dm index 4226813ac5e..c916138bb78 100644 --- a/code/modules/projectiles/guns/energy/energy.dm +++ b/code/modules/projectiles/guns/energy/energy.dm @@ -27,7 +27,7 @@ /obj/item/gun/energy/gun/examine_more(mob/user) ..() . = list() - . += "A hybrid fire laser gun designed and patentend by Shellguard Munitions Co. Initally designed after market demand for a versatile weapon that merges disabler and laser \ + . += "A hybrid fire laser gun designed and patented by Shellguard Munitions Co. Initally designed after market demand for a versatile weapon that merges disabler and laser \ functions without the need for switching weapons during active threats. This would cause the company to experiment and produce a weapon to fit between Shellguard's own disabler and LG series weapons. \ This led to the creation of the EG series, positioning the EG-7 as a flagship model intended to eventually replace Shellguard's disabler pistols and LG series weapons." . += "" @@ -36,7 +36,7 @@ This design shift would evolve Shellguard’s traditional military style, aligning more with the aesthetics preferred by corporations which value clean, sharp, and modern looking weapons." . += "" . += "In modern times, the EG-7 is staple weapon among corporate security forces thanks to its relatively low price, dual fire modes, and customization potential (despite Shellguard's disclaimer that \ - tampering with the weapon void's its warranty and can potentially damage the gun itself)." + tampering with the weapon voids its warranty and can potentially damage the gun itself)." /obj/item/gun/energy/gun/cyborg name = "mounted EG-7 energy gun" diff --git a/code/modules/projectiles/guns/energy/stun.dm b/code/modules/projectiles/guns/energy/stun.dm index 079d35d95fe..35fc4ce212b 100644 --- a/code/modules/projectiles/guns/energy/stun.dm +++ b/code/modules/projectiles/guns/energy/stun.dm @@ -89,7 +89,7 @@ This initially causes slowdown of muscle contractions, but continued attack will result in almost complete paralysis of most voluntary skeletal muscle groups, along with feelings of extreme lethargy and fatigue. \ These effects are temporary and will subside soon after, causing no lasting harm. By a massive stroke of coincidence, these same particle beams also exhibit a similar effect on the motors of IPC limbs." . += "" - . += "The safety and efficiency of the disabler has caused it to rapidly replace tasers in police and security forces across most of known space, \ + . += "The safety and efficacy of the disabler has caused it to rapidly replace tasers in police and security forces across most of known space, \ although the lack of immediate stopping power has prevented a complete replacement." /obj/item/gun/energy/disabler/Initialize(mapload)