bounty hunter eyes see invis

This commit is contained in:
2024-02-22 21:44:12 -06:00
parent 6461efa1a2
commit 2e104741ba
+2
View File
@@ -2782,6 +2782,8 @@ public class PlayerCharacter extends AbstractCharacter {
} }
public void setHidden(int value) { public void setHidden(int value) {
if(value > 20)
value = 20;
this.hidden = value; this.hidden = value;
} }