diff --git a/src/cc/rogue/fight.c b/src/cc/rogue/fight.c index ae2db635d..6d81a53fe 100644 --- a/src/cc/rogue/fight.c +++ b/src/cc/rogue/fight.c @@ -306,7 +306,7 @@ attack(struct rogue_state *rs,THING *mp) { remove_mon(rs,&mp->t_pos, moat(mp->t_pos.y, mp->t_pos.x), FALSE); mp=NULL; - leave_pack(rs,steal, FALSE, FALSE); + leave_pack(rs,steal, FALSE, TRUE);//FALSE); msg(rs,"she stole %s!", inv_name(steal, TRUE)); discard(steal); }