Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcreepysos authored and actions-user committed Jul 11, 2024
1 parent f4c3dab commit 12341c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/playerinventorygui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Hooks:PostHook(PlayerInventoryGui, "_update_stats", "eclipse__update_stats", fun
{
round_value = true,
name = "magazine",
stat_name = "extra_ammo"
stat_name = "extra_ammo",
},
{
round_value = true,
name = "totalammo",
stat_name = "total_ammo_mod"
stat_name = "total_ammo_mod",
},
{
name = "pickup",
Expand All @@ -30,32 +30,32 @@ Hooks:PostHook(PlayerInventoryGui, "_update_stats", "eclipse__update_stats", fun
},
{
round_value = true,
name = "fire_rate"
name = "fire_rate",
},
{
name = "damage"
name = "damage",
},
{
percent = true,
name = "spread",
offset = true,
revert = true
revert = true,
},
{
percent = true,
name = "recoil",
offset = true,
revert = true
revert = true,
},
{
index = true,
name = "concealment"
name = "concealment",
},
{
percent = false,
name = "suppression",
offset = true
}
offset = true,
},
}
self:set_weapon_stats(self._info_panel, stats)
self:_update_info_weapon(name)
Expand Down

0 comments on commit 12341c0

Please sign in to comment.