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 May 16, 2024
1 parent 8910bd5 commit c05797e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/upgradestweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function UpgradesTweakData:init(tweak_data)
self.values.shotgun.extra_pellets = { 2 }
self.values.shotgun.spread_index_addend = { 1 }
self.values.shotgun.recoil_index_addend[1] = 1
self.definitions.shotgun_extra_pellets = {
self.definitions.shotgun_extra_pellets = {
name_id = "menu_shotgun_extra_pellets",
category = "feature",
upgrade = {
Expand All @@ -353,8 +353,8 @@ function UpgradesTweakData:init(tweak_data)
upgrade = {
value = 1,
upgrade = "spread_index_addend",
category = "shotgun"
}
category = "shotgun",
},
}
self.skill_descs.shotgun_impact.multibasic = "4"
self.skill_descs.shotgun_impact.multipro = "2"
Expand Down

0 comments on commit c05797e

Please sign in to comment.