Skip to content

Commit

Permalink
fix(web): update gang payment amount text
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Sep 19, 2023
1 parent 4e9aed3 commit adfa4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/event/decision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Decision() {
case PlayerStatus.BeingMugged:
setPrefixTitle("You encountered a...");
setTitle("Gang!");
setDemand(`They want 20% of your $PAPER!`);
setDemand(`They want 50% of your $PAPER!`);
break;
case PlayerStatus.BeingArrested:
setPrefixTitle("You encountered the...");
Expand Down

0 comments on commit adfa4ee

Please sign in to comment.