From b5112f086c575d1fd238e1cfb1b1186e9f9157ca Mon Sep 17 00:00:00 2001 From: Tag103 <194812614+Tag103@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:32:44 +0100 Subject: [PATCH] Stops the Solarian submachine gun from inheriting the description of the submachine gun (#21025) Makes the Solarian submachine gun have no extended description, rather than inheriting the extended description of the submachine gun, which it is a subtype of. The extended description of the submachine gun is about the CA-25E, and does not apply to the Solarian submachine gun, because it is not the CA-25E. --------- Signed-off-by: Tag103 <194812614+Tag103@users.noreply.github.com> --- code/modules/projectiles/guns/projectile/automatic.dm | 1 + html/changelogs/Tag103-contract-bids.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/Tag103-contract-bids.yml diff --git a/code/modules/projectiles/guns/projectile/automatic.dm b/code/modules/projectiles/guns/projectile/automatic.dm index 8cfb5b30233..9baf48a87a1 100644 --- a/code/modules/projectiles/guns/projectile/automatic.dm +++ b/code/modules/projectiles/guns/projectile/automatic.dm @@ -85,6 +85,7 @@ /obj/item/gun/projectile/automatic/c20r/sol name = "solarian submachine gun" desc = "Designed by Zavodskoi as a scaled-down version of their M469, the M470-L is a personal defense weapon intended for use by second-line personnel from all branches of the Solarian military, such as support troops and Navy crewmen." + desc_extended = null icon = 'icons/obj/guns/sol_smg.dmi' icon_state = "vityaz" item_state = "vityaz" diff --git a/html/changelogs/Tag103-contract-bids.yml b/html/changelogs/Tag103-contract-bids.yml new file mode 100644 index 00000000000..5206a009c55 --- /dev/null +++ b/html/changelogs/Tag103-contract-bids.yml @@ -0,0 +1,6 @@ +author: Tag103 + +delete-after: True + +changes: + - bugfix: "The Solarian submachine gun no longer inherits the extended description intended for the submachine gun, which it is a subtype of." \ No newline at end of file