Skip to content

Commit

Permalink
Souto Slinger Supremo Full Auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Aug 13, 2023
1 parent 1fd1eaf commit 1260df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/souto.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
. = ..()
Expand Down

0 comments on commit 1260df2

Please sign in to comment.