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