Skip to content

Commit

Permalink
Souta Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Aug 13, 2023
1 parent 1260df2 commit d68422c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
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"
desc = "Souto Man boots"
name = "Souto Man boots"
desc = "\improper Souto Man's boots. Harder than the kick of Souto Red"
icon_state = "souto_man"
item_state = "souto_man"
flags_inventory = CANTSTRIP|NOSLIPPING
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/souto.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
current_mag = null
auto_retrieval_slot = WEAR_IN_BACK
start_automatic = TRUE
autofire_slow_mult = 1
autofire_slow_mult = 0.8 //Fires FASTER when in Full Auto, that is the power of Souta

/obj/item/weapon/gun/souto/set_gun_config_values()
. = ..()
Expand Down

0 comments on commit d68422c

Please sign in to comment.