diff --git a/src/channels/papers-please/index.tsx b/src/channels/papers-please/index.tsx index 5d848ad..fc58e71 100644 --- a/src/channels/papers-please/index.tsx +++ b/src/channels/papers-please/index.tsx @@ -67,6 +67,8 @@ const citationTexts: string[] = [ 'Sequence Breaking', 'Dropped your combo', 'Didn\'t say "Yes Chef".', + 'Weeeeeeeeeeeeeeeeee!', + 'BINGO!' ]; export function PapersPlease(props: ChannelProps) { @@ -197,6 +199,8 @@ export function PapersPlease(props: ChannelProps) { }); useEffect(() => { + setAmountLocked(goalAmount); + setAnimationPlaying(true); setTimeout(() => { appear(); }, 2000);