You've already forked obsidian-visualiser
Fix character first level being pickable twice and add mail proxy
This commit is contained in:
@@ -108,7 +108,10 @@ function selectRaceOption(level: Level, choice: number)
|
||||
return;
|
||||
|
||||
if(character.progress.race.progress === undefined)
|
||||
character.progress.race.progress = [];
|
||||
character.progress.race.progress = [[1, 0]];
|
||||
|
||||
if(level == 1)
|
||||
return;
|
||||
|
||||
for(let i = 1; i < level; i++) //Check previous levels as a requirement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user