mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-09 19:08:50 +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
|
|
@ -233,10 +233,10 @@ int save_objects(zone_rnum zone_num)
|
|||
sprintascii(wbuf2, GET_OBJ_WEAR(obj)[1]);
|
||||
sprintascii(wbuf3, GET_OBJ_WEAR(obj)[2]);
|
||||
sprintascii(wbuf4, GET_OBJ_WEAR(obj)[3]);
|
||||
sprintascii(pbuf1, GET_OBJ_PERM(obj)[0]);
|
||||
sprintascii(pbuf2, GET_OBJ_PERM(obj)[1]);
|
||||
sprintascii(pbuf3, GET_OBJ_PERM(obj)[2]);
|
||||
sprintascii(pbuf4, GET_OBJ_PERM(obj)[3]);
|
||||
sprintascii(pbuf1, GET_OBJ_AFFECT(obj)[0]);
|
||||
sprintascii(pbuf2, GET_OBJ_AFFECT(obj)[1]);
|
||||
sprintascii(pbuf3, GET_OBJ_AFFECT(obj)[2]);
|
||||
sprintascii(pbuf4, GET_OBJ_AFFECT(obj)[3]);
|
||||
|
||||
fprintf(fp, "%d %s %s %s %s %s %s %s %s %s %s %s %s\n"
|
||||
"%d %d %d %d\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue