mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 09:24:20 +01:00
Do_flee fix. 128 bit updates. --Rumble
This commit is contained in:
parent
d7332e9640
commit
511a0a3da3
6 changed files with 47 additions and 29 deletions
|
|
@ -299,7 +299,7 @@ ASPELL(spell_identify)
|
|||
send_to_char(ch, "Item will give you following abilities: %s\r\n", bitbuf);
|
||||
}
|
||||
|
||||
sprintbitarray(GET_OBJ_EXTRA(obj), extra_bits, AF_ARRAY_MAX, bitbuf);
|
||||
sprintbitarray(GET_OBJ_EXTRA(obj), extra_bits, EF_ARRAY_MAX, bitbuf);
|
||||
send_to_char(ch, "Item is: %s\r\n", bitbuf);
|
||||
|
||||
send_to_char(ch, "Weight: %d, Value: %d, Rent: %d, Min. level: %d\r\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue