Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicSoapyBoi authored and actions-user committed Jul 14, 2024
1 parent f28aaef commit ed5d4d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/charactertweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -643,29 +643,29 @@ end

Hooks:PostHook(CharacterTweakData, "init", "eclipse_init", function(self)
self._prefix_data_p1 = {
cop = function ()
cop = function()
return self._unit_prefixes.cop
end,
swat = function ()
swat = function()
return self._unit_prefixes.swat
end,
heavy_swat = function ()
heavy_swat = function()
return self._unit_prefixes.heavy_swat
end,
taser = function ()
taser = function()
return self._unit_prefixes.taser
end,
cloaker = function ()
cloaker = function()
return self._unit_prefixes.cloaker
end,
bulldozer = function ()
bulldozer = function()
return self._unit_prefixes.bulldozer
end,
medic = function ()
medic = function()
return self._unit_prefixes.medic
end
end,
}

-- fix beat cops being stuck on some spawn points in newer heists
self.cop.access = {
"cop",
Expand Down

0 comments on commit ed5d4d3

Please sign in to comment.