1 Commits
Author SHA1 Message Date
amirM.t eb9c1e2f17 fix : fix check player keys issue in the menu 2026-05-22 15:12:12 +03:30
@@ -96,7 +96,7 @@ public abstract class Player implements Entity, ICombatActions
public boolean hasAllKeys() public boolean hasAllKeys()
{ {
return keys.contains("Goblin") && keys.contains("Skeleton") && keys.contains("Vampire"); return keys.size() >= 3;
} }
public void addKey(String key) public void addKey(String key)