forked from kyonshi/grenzland-mud
Bug Fix: %obj.extra% now returns a list of the objects extra flags
This commit is contained in:
@@ -35,6 +35,8 @@ export (QQ's a zone into a tarball)t
|
||||
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||
(lots of major bugfixes too)
|
||||
tbaMUD 3.59
|
||||
[Feb 17 2009] - Jamdog
|
||||
Fixed a bug with %obj.extra% so that it now returns the list of extra flags
|
||||
[Feb 11 2009] - Jamdog
|
||||
Fixed a crash bug in count_quests (quest.c) affecting zlist (thanks Fsantin)
|
||||
[Feb 05 2009] - Jamdog
|
||||
|
||||
@@ -1110,10 +1110,9 @@ o->contains));
|
||||
snprintf(str, slen, "1");
|
||||
else
|
||||
snprintf(str, slen, "0");
|
||||
} else
|
||||
snprintf(str, slen, "0");
|
||||
} else {
|
||||
sprintbitarray(GET_OBJ_EXTRA(o), extra_bits, EF_ARRAY_MAX, str);
|
||||
} else {
|
||||
sprintbitarray(GET_OBJ_EXTRA(o), extra_bits, EF_ARRAY_MAX, str);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'h':
|
||||
|
||||
Reference in New Issue
Block a user