Skip to content

Commit

Permalink
Fix iron maiden not changing sprite when closed
Browse files Browse the repository at this point in the history
  • Loading branch information
emlai committed Jun 24, 2015
1 parent 4a9f186 commit dff58af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Main/Source/lterras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,8 @@ truth ironmaiden::Close(character* Closer)

Opened = false;
UpdatePictures();
GetLSquareUnder()->SendNewDrawRequest();
GetLSquareUnder()->SendMemorizedUpdateRequest();
Closer->DexterityAction(Closer->OpenMultiplier() * 5);
return true;
}

0 comments on commit dff58af

Please sign in to comment.