See Invis Bug Addressed

This commit is contained in:
2024-03-17 16:17:33 -05:00
parent 7dfc1dea0f
commit c304a59d95
2 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -3324,7 +3324,9 @@ public class PlayerCharacter extends AbstractCharacter {
if (this.equals(tar))
return true;
if(this.getSeeInvis() >= 20){
return !tar.safemodeInvis();
}
return this.getSeeInvis() >= tar.hidden && !tar.safemodeInvis();
}