Leave pack all

This commit is contained in:
jl777
2019-03-06 03:09:47 -11:00
parent ab4fde8764
commit 90b7300904

View File

@@ -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);
}