Skip to content

Commit

Permalink
Island name 🎲 button
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Nov 9, 2024
1 parent 67b25f8 commit 3683870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/module/vue/sf-locationsheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,11 @@ async function randomizeName() {
'oracle_rollable:sundered_isles/settlement/name'
)
name = await drawAndReturnResult(table)
} else if (subtype === 'island') {
const table = await OracleTable.getByDsId(
'oracle_rollable:sundered_isles/island/name'
)
name = await drawAndReturnResult(table)
}
if (name) {
Expand Down

0 comments on commit 3683870

Please sign in to comment.