mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Fix starting monoliths
This commit is contained in:
@@ -892,8 +892,10 @@ public class GameCharacter implements GameDatabaseObject {
|
||||
|
||||
if (gem != null) {
|
||||
info.addAllAttributes(gem.getAttributes());
|
||||
info.addAllOverlockCount(new int[gem.getAttributes().length]);
|
||||
} else {
|
||||
info.addAllAttributes(new int[] {0, 0, 0, 0});
|
||||
info.addAllAttributes(new int[4]);
|
||||
info.addAllOverlockCount(new int[4]);
|
||||
}
|
||||
|
||||
proto.addGems(info);
|
||||
|
||||
Reference in New Issue
Block a user