This commit is contained in:
jl777
2019-02-11 15:50:11 -11:00
parent 27341371d4
commit 2cdb6f10e7
2 changed files with 2 additions and 22 deletions

View File

@@ -1372,6 +1372,7 @@ void rogue_restoreobject(THING *o,struct rogue_packitem *item)
if ( item->which < MAXSTICKS )
ws_info[item->which].oi_know = TRUE;
break;
// cur_armor and cur_weapon should be set
}
char packitemstr[256];
strcpy(packitemstr,inv_name(o,FALSE));