Disclaimer

This commit is contained in:
StartForKiller 2023-06-06 18:10:47 -04:00 committed by KingRainbow44
parent 0f43e18d70
commit 3cc5e6b4e8
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -114,6 +114,7 @@ public class EntityMonster extends GameEntity {
}
if (monsterData != null) {
// TODO: Research if group affixes goes first
if (affixes == null) affixes = monsterData.getAffix();
else affixes.addAll(monsterData.getAffix());
}