Skip to content

Commit

Permalink
i wanna stay alive
Browse files Browse the repository at this point in the history
  • Loading branch information
AngrySonics authored Sep 28, 2024
1 parent 29e8184 commit 47b3c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ G_AddGametype({
typeoflevel = TOL_COOP|TOL_MATCH,
rules = GTR_FRIENDLYFIRE|GTR_SPAWNINVUL,
intermissiontype = int_match,
headerleftcolor = 222,
headerrightcolor = 84,
description = "wip"
headerleftcolor = 35,
headerrightcolor = 96,
description = "Figure out who the murderer is and try to stay alive!"
})

MM.require = dofile "Libs/require"
Expand Down Expand Up @@ -41,4 +41,4 @@ setmetatable(MM, {

rawset(self, key, value)
end
})
})

0 comments on commit 47b3c06

Please sign in to comment.