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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user