TODO: modify other races constructors
did some reworking
This commit is contained in:
@ -41,6 +41,8 @@ feature proc_args(int argc, char **argv,
|
||||
result |= FEATURE_MENU;
|
||||
} else if (str == "-c") {
|
||||
result |= FEATURE_ENEMIES_CHASE;
|
||||
} else if (str == "-C") {
|
||||
result |= FEATURE_COLORFUL;
|
||||
} else if (str == "-i") {
|
||||
result |= FEATURE_INVENTORY;
|
||||
} else if (str == "-t") {
|
||||
@ -186,6 +188,7 @@ void print_args_list() {
|
||||
-r : Randomly generate maps\n\
|
||||
-m : Enabled a main menu + options\n\
|
||||
-c : Enemies chase the player (through doors and up stairs)\n\
|
||||
-C : Give things better coloring\n\
|
||||
-i : Enable inventory\n\
|
||||
-t : Enable throw\n\
|
||||
-R : Enable revisiting levels\n\
|
||||
|
Reference in New Issue
Block a user