Skip to content

Commit

Permalink
Update TriggerUnlockDoor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Sep 16, 2024
1 parent 64578d5 commit 9a96b88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public boolean performTest(Map<AbilityKey, Object> runParams) {
return false;
}
// This Face
if (!getCardStateName().equals(state.getCardStateName())) {
if (!getCardStateName().equals(state.getStateName())) {
return false;
}
}
Expand Down

0 comments on commit 9a96b88

Please sign in to comment.