From e01df9c7095d616e639443595f855e70afb6bde3 Mon Sep 17 00:00:00 2001 From: SweepingDeveloper <31598664+SweepingDeveloper@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:00:57 -0500 Subject: [PATCH] Update code.txt Allowed the player to counter-offer in subsequent games, before, once you used the counter-offer, you couldn't use it again in subsequent games. Cleared an extra line because the counter-offer prompts took four lines of text. --- code.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code.txt b/code.txt index 53af287..c68b9c2 100644 --- a/code.txt +++ b/code.txt @@ -99,7 +99,7 @@ 945 IF PAK$ = "C" AND CO = 1 THEN GOTO 4000 950 R = R + 1 955 IF R = 10 THEN GOTO 2000 -960 FOR A = 17 TO 20: VTAB A: HTAB 1: FOR B = 1 TO 40: PRINT " ";: NEXT B: NEXT A +960 FOR A = 17 TO 21:VTAB A: HTAB 1: FOR B = 1 TO 40: PRINT " ";: NEXT B: NEXT A 970 GOTO 520 1000 DATA 1,2,5,10,25,50,75,100,200,300,400,500,750,1000,5000,10000,25000,50000,75000,100000,200000,300000,400000,500000,750000,1000000 1010 DATA 6,5,4,3,2,1,1,1,1 @@ -156,6 +156,7 @@ 3250 RS = 1 3260 CTG(0) = 6:CTG(1) = 5:CTG(2) = 4:CTG(3) = 3:CTG(4) = 2 3270 FOR A = 5 TO 8:CTG(A) = 1: NEXT A +3275 CO = 1 3280 GOTO 70 4000 REM *** COUNTER OFFER *** 4005 IF CO = 1 THEN CO = 0