mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 07:44:07 +01:00
Removed hometown and languages. --Rumble
This commit is contained in:
parent
bfa47111db
commit
2f24e37bb8
15 changed files with 24 additions and 42 deletions
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue