mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-07 01:48:49 +01:00
Resolved bug #89: Identical defines in codebase.
- GET_OBJ_PERM has been removed in favor of GET_OBJ_AFFECT. Implemented idea #55: Mail stamp cost. - Postmaster no longer mentions stamp price for immortals.
This commit is contained in:
parent
b0cb9aa549
commit
1e8dd801e3
7 changed files with 30 additions and 32 deletions
|
|
@ -697,8 +697,6 @@ do \
|
|||
|
||||
/** Level of obj. */
|
||||
#define GET_OBJ_LEVEL(obj) ((obj)->obj_flags.level)
|
||||
/** Permanent affects on obj. */
|
||||
#define GET_OBJ_PERM(obj) ((obj)->obj_flags.bitvector)
|
||||
/** Type of obj. */
|
||||
#define GET_OBJ_TYPE(obj) ((obj)->obj_flags.type_flag)
|
||||
/** Cost of obj. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue