Skip to content

Commit

Permalink
remove hat if starting with arti on arti level
Browse files Browse the repository at this point in the history
  • Loading branch information
bls1999 committed Apr 15, 2020
1 parent 5fb7b9b commit d9b0c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multiplayer_server/rooms/Game.php
Expand Up @@ -432,6 +432,9 @@ private function initHats()
if ($this->tournament) {
$hat_id = PR2SocketServer::$tournament_hat;
}
if ($this->course_id == Artifact::$level_id && $hat_id == 14) {
$hat_id = 1;
}
if ($this->cowboy_mode) {
$hat_id = 5;
}
Expand Down

0 comments on commit d9b0c7a

Please sign in to comment.