Skip to content

Commit

Permalink
tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Aug 27, 2024
1 parent 7d94476 commit 8293c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/src/contexts/RefreshContext.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
myAdventures,
myEffects,
myFamiliar,
myHash,
myHp,
Expand Down Expand Up @@ -31,6 +32,7 @@ async function getCharacterState() {
myMp: myMp(),
myFamiliar: myFamiliar(),
myAdventures: myAdventures(),
myEffectCount: Object.keys(myEffects()).length,
};
}

Expand Down
2 changes: 1 addition & 1 deletion client/src/sections/quests/level11/Copperhead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Copperhead = () => {
Meet Shen next turn{" "}
{shenMeetings === 3
? "(last meeting)"
: `(meeting ${shenMeetings + 1}`}
: `(meeting ${shenMeetings + 1})`}
.
</Line>
)}
Expand Down

0 comments on commit 8293c3e

Please sign in to comment.