hellgates maybe? round 7

This commit is contained in:
2025-03-13 21:39:36 -05:00
parent 2612a7f074
commit e3ec9ac56f
2 changed files with 14 additions and 8 deletions
+1
View File
@@ -129,6 +129,7 @@ public class Mob extends AbstractIntelligenceAgent {
this.parentZone = parent;
this.parentZoneID = (parent != null) ? parent.getObjectUUID() : 0;
this.building = building;
this.bonuses = new PlayerBonuses(this);
if (building != null)
this.buildingID = building.getObjectUUID();