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 Dec 2, 2023
1 parent 42a0f40 commit 683645f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lua/charactertweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -288,42 +288,42 @@ function CharacterTweakData:_presets(tweak_data, ...)
health_reference = 1,
zones = {
{
light = 1
}
}
light = 1,
},
},
},
explosion = {
health_reference = 1,
zones = {
{
explode = 1
}
}
explode = 1,
},
},
},
melee = {
health_reference = 1,
zones = {
{
light = 1
}
}
light = 1,
},
},
},
fire = {
health_reference = 1,
zones = {
{
fire = 1
}
}
fire = 1,
},
},
},
poison = {
health_reference = 1,
zones = {
{
none = 1
}
}
}
none = 1,
},
},
},
}

-- dozer damage reaction
Expand Down

0 comments on commit 683645f

Please sign in to comment.