mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
added grandma
This commit is contained in:
parent
e0abb66d63
commit
f6042a077a
BIN
build/cookie.prg
BIN
build/cookie.prg
Binary file not shown.
Binary file not shown.
10
prg.txt
10
prg.txt
@ -41,7 +41,7 @@
|
||||
2010 print"{home}"ds$"B you have "int(cc)"
|
||||
2020 goto 1000
|
||||
|
||||
3000 if cc<15 then 1000
|
||||
3000 if cc<c1 then 1000
|
||||
3010 cc=cc-c1
|
||||
3015 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
||||
3020 cg=cg+.1
|
||||
@ -49,6 +49,14 @@
|
||||
3040 print"{home}"ds$"B you have "int(cc)"
|
||||
3050 goto 1000
|
||||
|
||||
4000 if cc<c2 then 1000
|
||||
4010 cc=cc-c2
|
||||
4015 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
||||
4020 cg=cg+.2
|
||||
4030 cc=cc+cg
|
||||
4040 print"{home}"ds$"B you have "int(cc)"
|
||||
4050 goto 1000
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user