From 3c80dcf2462667a4caf4e8c87e5ea443962508a4 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:08:59 +0100 Subject: [PATCH] BSG Extended Description no Longer Lies to You (#29351) * Update special_eguns.dm * Update code/modules/projectiles/guns/energy/special_eguns.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Update special_eguns.dm --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> --- code/modules/projectiles/guns/energy/special_eguns.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/guns/energy/special_eguns.dm b/code/modules/projectiles/guns/energy/special_eguns.dm index ecebefce4f2..88efdc059ca 100644 --- a/code/modules/projectiles/guns/energy/special_eguns.dm +++ b/code/modules/projectiles/guns/energy/special_eguns.dm @@ -666,9 +666,9 @@ This sphere will release an energy discharge upon hitting a solid object, causing extensive damage to flesh and robotic components. \ As the sphere dischargers, it will also detonate, emitting a powerful pulse of infrared radiation that will cause flash burns on anyone caught within the detonation radius." . += "" - . += "Accidental injuries and death during initial testing also caused a protective energy barrier to be added to the design. Using some of the energy of firing, \ - it will create a finely-tuned neutralising bluespace field that protects the user from the blast wave generated by the weapon's projectile. \ - However, this field will not protect the user from a second BSG, as it is tied to the energy signature of an individual gun's flux anomaly core." + . += "Accidental injuries and death during initial testing also caused a protective energy barrier to be added to the design. By using the flux core as a metaphorical 'lightning rod', \ + it will capture some of the energy from the detonation of the weapon's projectile and use it to create a finely-tuned neutralising bluespace field that destructively interferes with the bluespace shock wave. \ + However, this system is not strong enough to defend against a direct hit from another (or your own, if you're unlucky) BSG shot." /obj/item/gun/energy/bsg/attackby__legacy__attackchain(obj/item/O, mob/user, params) if(istype(O, /obj/item/stack/ore/bluespace_crystal))