mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-25 13:46:33 +01:00
Background addition
This commit is contained in:
parent
2e1d7816f6
commit
4f2e68a369
13 changed files with 202 additions and 41 deletions
|
|
@ -517,6 +517,9 @@ do \
|
|||
/** Appearance-based description for displays (e.g. short look text). */
|
||||
#define GET_SHORT_DESC(ch) ((ch)->player.short_descr)
|
||||
|
||||
/** Character background / history text. */
|
||||
#define GET_BACKGROUND(ch) ((ch)->player.background)
|
||||
|
||||
/** Safe name for room messages. */
|
||||
#define GET_DISPLAY_NAME(ch) (GET_NAME(ch) && *GET_NAME(ch) ? GET_NAME(ch) : "someone")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue