mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 15:55:26 +01:00
Altered previous truncation fix and added OLC setting for the HUH message.
This commit is contained in:
parent
68fcdb73bf
commit
4f5c220759
12 changed files with 100 additions and 53 deletions
|
|
@ -1321,8 +1321,9 @@ struct game_data
|
|||
int minimap_size; /**< Default size for mini-map (automap) */
|
||||
int script_players; /**< Is attaching scripts to players allowed? */
|
||||
|
||||
char *OK; /**< When player receives 'Okay.' text. */
|
||||
char *NOPERSON; /**< 'No one by that name here.' */
|
||||
char *OK; /**< When player receives 'Okay.' text. */
|
||||
char *HUH; /**< 'Huh!?!' */
|
||||
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