Updated Profectus
This commit is contained in:
parent
a2e490c291
commit
bcf20c12f8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const layer = createLayer(() => {
|
|||
}
|
||||
return "How did this happen?";
|
||||
}),
|
||||
shouldEarn: true
|
||||
shouldEarn: () => true
|
||||
}));
|
||||
const ach2 = createAchievement(() => ({
|
||||
display: "Impossible!",
|
||||
|
|
Loading…
Reference in a new issue