From 1260df23f355bf91c37dac023ad531b04358c77f Mon Sep 17 00:00:00 2001 From: Benedict Date: Sat, 12 Aug 2023 20:19:39 -0400 Subject: [PATCH] Souto Slinger Supremo Full Auto --- code/modules/clothing/shoes/miscellaneous.dm | 2 +- code/modules/projectiles/guns/souto.dm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 9d53ac1103c0..6156b9b7956a 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -159,7 +159,7 @@ max_heat_protection_temperature = SHOE_MAX_HEAT_PROT /obj/item/clothing/shoes/souto - name = "\improper Souto Man's boots. Harder than the kick of Souto Red." + name = "\improper Souto Man's boots. Harder than the kick of Souto Red" desc = "Souto Man boots" icon_state = "souto_man" item_state = "souto_man" diff --git a/code/modules/projectiles/guns/souto.dm b/code/modules/projectiles/guns/souto.dm index 8d7a1b2550a4..db577260de6f 100644 --- a/code/modules/projectiles/guns/souto.dm +++ b/code/modules/projectiles/guns/souto.dm @@ -14,6 +14,8 @@ var/obj/item/storage/backpack/souto/soutopack current_mag = null auto_retrieval_slot = WEAR_IN_BACK + start_automatic = TRUE + autofire_slow_mult = 1 /obj/item/weapon/gun/souto/set_gun_config_values() . = ..()