Skip to content

Commit

Permalink
Comment indentation fix
Browse files Browse the repository at this point in the history
💀
  • Loading branch information
SabreML committed Nov 25, 2023
1 parent 28fed44 commit 21b9992
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@
return 0

/**
* Updates the armor's `icon_state` to the style represented by `new_style`.
*
* Arguments:
* * new_style - The new armor style. May only be one of `GLOB.armor_style_list`'s keys, or `"Random"`.
*/
* Updates the armor's `icon_state` to the style represented by `new_style`.
*
* Arguments:
* * new_style - The new armor style. May only be one of `GLOB.armor_style_list`'s keys, or `"Random"`.
*/
/obj/item/clothing/suit/storage/marine/proc/set_armor_style(new_style)
// Regex to match one or more digits.
var/static/regex/digits = new("\\d+")
Expand Down

0 comments on commit 21b9992

Please sign in to comment.