Index out of bounds when refusing explorer body swap

Issue #118 resolved
Former user created an issue

Also it appears that if I click continue to go on any save made after this point is corrupted.

System.IndexOutOfRangeException: Index was outside the bounds of the array. at DungeonDepths.Monster.endBoss() at DungeonDepths.Monster.endMonster() at DungeonDepths.Monster.Die() at DungeonDepths.Monster.update() at DungeonDepths.Game.drawBoard() at DungeonDepths.Game.btnATK_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comments (2)

  1. Log in to comment