File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/gam
22
33Conversion to [ Python] ( https://www.python.org/about/ )
44
5+ ---
56
6- ## Known BASIC bugs — fixed
7+ #### Known BASIC bugs — fixed
78
89- ** Tie tack unreachable (line 3970):** The condition
910 ` IF O/3<>INT(O/3) THEN 4090 ` is logically inverted. It checks if the
@@ -12,7 +13,7 @@ Conversion to [Python](https://www.python.org/about/)
1213 even if the player still owns it. The Python port fixes this to restore
1314 the original intended experience where both assets can be sold.
1415
15- ## Known BASIC bugs/quirks — kept faithful
16+ #### Known BASIC bugs/quirks — kept faithful
1617
1718- ** $50 buy-back materialises from nowhere (lines 3570/3640):**
1819 When the player buys back a pawned item, ` C=C+50 ` adds $50 to the
You can’t perform that action at this time.
0 commit comments