mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-18 17:41:45 +01:00
Removed hometown and languages. --Rumble
This commit is contained in:
4
src/db.c
4
src/db.c
@@ -2901,12 +2901,8 @@ void init_char(struct char_data *ch)
|
||||
ch->player.time.logon = time(0);
|
||||
ch->player.time.played = 0;
|
||||
|
||||
GET_HOME(ch) = 1;
|
||||
GET_AC(ch) = 100;
|
||||
|
||||
for (i = 0; i < MAX_TONGUE; i++)
|
||||
GET_TALK(ch, i) = 0;
|
||||
|
||||
/* Bias the height and weight of the character depending on what gender
|
||||
* they have chosen. While it is possible to have a tall, heavy female it's
|
||||
* not as likely as a male. Height is in centimeters. Weight is in pounds.
|
||||
|
||||
Reference in New Issue
Block a user