saetor can parry

This commit is contained in:
2025-01-26 17:35:13 -06:00
parent 4324ebe855
commit 9278954f2f
+1 -1
View File
@@ -4704,7 +4704,7 @@ public class PlayerCharacter extends AbstractCharacter {
ModType modType = ModType.GetModType(type);
// must be allowed to use this passive
if (!this.bonuses.getBool(modType, SourceType.None))
if (!this.bonuses.getBool(modType, SourceType.None) && this.getRaceID() != 1999)
return 0f;
// must not be stunned