mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 17:20:12 +01:00
Stop snooping at do_quit, added afk to prompt, g++ compiler cleanup (thanks Rhade), fixed locate object (thanks JamDog), and renamed immort_level_ok to no_mort_to_immort --Rumble
This commit is contained in:
parent
86568f9d4d
commit
1f74a71456
18 changed files with 445 additions and 949 deletions
|
|
@ -1040,7 +1040,7 @@ struct game_data {
|
|||
int dts_are_dumps; /* Should items in dt's be junked? */
|
||||
int load_into_inventory;/* Objects load in immortals inventory. */
|
||||
int track_through_doors;/* Track through doors while closed? */
|
||||
int immort_level_ok; /* Automatically level mortals to imm? */
|
||||
int no_mort_to_immort; /* Prevent mortals leveling to imms? */
|
||||
|
||||
char *OK; /* When player receives 'Okay.' text. */
|
||||
char *NOPERSON; /* 'No-one by that name here.' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue