Skip to content

Commit

Permalink
Fix: allow Qottot winner to be assigned before we teleport to podium
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 3, 2023
1 parent bfa2dfa commit c105c92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions data/lt/behaviors/qottott/phases.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,5 @@
"include_time": true
}
]
},
{
"type": "ltminigames:game_end_effects",
"podium": {
"winner_regions": ["winner"],
"loser_region": "lobby_spawn"
}
}
]
7 changes: 7 additions & 0 deletions data/lt/games/qottott.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
},
"drop_inventory": false,
"respawn_action": "lt:qottott/respawn"
},
{
"type": "ltminigames:game_end_effects",
"podium": {
"winner_regions": ["winner"],
"loser_region": "lobby_spawn"
}
}
]
}

0 comments on commit c105c92

Please sign in to comment.