mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 17:50:13 +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
|
|
@ -263,7 +263,6 @@ void char_from_furniture(struct char_data *ch);
|
|||
GET_LEVEL(ch))
|
||||
|
||||
#define GET_CLASS(ch) ((ch)->player.chclass)
|
||||
#define GET_HOME(ch) ((ch)->player.hometown)
|
||||
#define GET_HEIGHT(ch) ((ch)->player.height)
|
||||
#define GET_WEIGHT(ch) ((ch)->player.weight)
|
||||
#define GET_SEX(ch) ((ch)->player.sex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue