gi.invalid_obj -> hands_obj
This commit is contained in:
@@ -3880,7 +3880,7 @@ fopen_wizkit_file(void)
|
||||
static void
|
||||
wizkit_addinv(struct obj *obj)
|
||||
{
|
||||
if (!obj || obj == &gi.invalid_obj)
|
||||
if (!obj || obj == &hands_obj)
|
||||
return;
|
||||
|
||||
/* subset of starting inventory pre-ID */
|
||||
@@ -3912,7 +3912,7 @@ proc_wizkit_line(char *buf)
|
||||
otmp = readobjnam(buf, (struct obj *) 0);
|
||||
|
||||
if (otmp) {
|
||||
if (otmp != &gi.invalid_obj)
|
||||
if (otmp != &hands_obj)
|
||||
wizkit_addinv(otmp);
|
||||
} else {
|
||||
/* .60 limits output line width to 79 chars */
|
||||
|
||||
Reference in New Issue
Block a user