From bdaa7dab24aec21409aff423c2667584fef81be6 Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Sat, 29 May 2021 16:26:16 -0400 Subject: [PATCH] Fixed a few problems - Added item cap (300) - Fixed bug where only item one gain is added to cc - Stopped the total gain from multiplying by 2 or more each time --- prg.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/prg.txt b/prg.txt index dfede8f..138d547 100755 --- a/prg.txt +++ b/prg.txt @@ -70,7 +70,6 @@ 3025 x=val(k$) 3065 gosub 3500 : rem buying routine 3070 gosub 50000 -3075 ifk$=" "thencc=cc+1:?"{home}{down}{right}"int(cc) 3080 ifk$="+"thenss=ss+1 3085 ifk$="-"thenss=ss-1 3090 ifss=0thenss=1 @@ -81,6 +80,7 @@ 3500 y=i+x-1 3510 if cc