mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 17:20:12 +01:00
[Apr 14 2007] - Rumble
IP's only visible to LVL_GOD and above now for the paranoid people out there. [Apr 13 2007] - Rumble Finally made gemote actually work like emote and not just use socials. (thanks Fizban) Reworded and standardized the trigedit attachment menu. Numerous minor fixes taken from the latest CWG release. (thanks Zizazat) Update to is_number to check for negative numbers. (thanks Kyle) Update to isname to disallow abbreviated numbers. (thanks Sryth) [Apr 08 2007] - Rumble Removed all usage of CAP(str causing a memory leak (thanks Kyle).
This commit is contained in:
parent
4543522a7d
commit
d0db332492
21 changed files with 121 additions and 112 deletions
|
|
@ -1048,7 +1048,7 @@ struct game_data {
|
|||
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.' */
|
||||
char *NOPERSON; /* 'No one by that name here.' */
|
||||
char *NOEFFECT; /* 'Nothing seems to happen.' */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue