Skip to content

Commit

Permalink
Update Hats after Omega Series 3 (#3971)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolsteamroller authored Nov 25, 2024
1 parent d8640b9 commit d2c2a97
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions luarules/gadgets/unit_hats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@ local champion = { -- Fight Night 1v1 winner
[975] = true, -- StarDoM
[2377] = true, -- Therxyy
}
local vikings = {
[59340] = true, -- [HELO]Austin
[3913] = true, -- [teh]Teddy
[7137] = true, -- MightySheep
[54088] = true, -- Lostdeadman
[123900] = true, -- Narnuk
[38971] = true, -- Yanami
[5467] = true, -- HellsHound
local vikings = { -- Omega Series 3: Winners
[59340] = true, -- Austin
[1830] = true, -- Zow
[59916] = true, -- Kuchy
[24665] = true, -- Shoty
[38971] = true, -- Chisato
[87571] = true, -- Nezah
}
local kings = {
[38971] = true, -- Yanami
Expand Down

0 comments on commit d2c2a97

Please sign in to comment.