fixed some grammar, fixed some constants

This commit is contained in:
2024-07-25 19:17:20 -04:00
parent d61342b9f1
commit b4137467a7
4 changed files with 17 additions and 17 deletions

View File

@ -162,8 +162,8 @@ static const int RETURN_PANICKED = 1;
static const int COLOR_BLACK_ON_WHITE = 8;
static const int GOLD_NORMAL = 1;
static const int GOLD_SMALL = 2;
static const int GOLD_NORMAL = 2;
static const int GOLD_SMALL = 1;
static const int GOLD_MERCHANT = 4;
static const int GOLD_DRAGON = 6;