Skip to content

Commit

Permalink
4player
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Feb 9, 2025
1 parent b56a62d commit 3d5323a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -2552,9 +2552,14 @@
function allmeat() {
return
}

"4player" : function() {
return
}
}

foreach (p, _ in arena.CurrentPlayers)

{
ruleset_inits[ruleset].call(p.GetScriptScope())
p.GetScriptScope().ThinkTable["CustomRulesetThink"] <- ruleset_thinks[ruleset]
Expand Down

0 comments on commit 3d5323a

Please sign in to comment.