diff --git a/projects/mtg/src/ActionLayer.cpp b/projects/mtg/src/ActionLayer.cpp index 50c664f12..0097115fa 100644 --- a/projects/mtg/src/ActionLayer.cpp +++ b/projects/mtg/src/ActionLayer.cpp @@ -20,6 +20,7 @@ MTGAbility* ActionLayer::getAbility(int type) int ActionLayer::moveToGarbage(ActionElement * e) { + mReactions.erase(e); int i = getIndexOf(e); if (i != -1) {