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