Spawn time set to 15s for debug.

This commit is contained in:
2023-08-27 21:42:58 -04:00
parent 7e64cbabf8
commit f80647ff0d
+2 -1
View File
@@ -522,7 +522,8 @@ public class Mob extends AbstractIntelligenceAgent {
siegeMinion.parentZoneUUID = artyCaptain.parentZoneUUID; siegeMinion.parentZoneUUID = artyCaptain.parentZoneUUID;
siegeMinion.behaviourType = MobBehaviourType.SiegeEngine; siegeMinion.behaviourType = MobBehaviourType.SiegeEngine;
siegeMinion.bindLoc = Vector3fImmutable.ZERO; siegeMinion.bindLoc = Vector3fImmutable.ZERO;
siegeMinion.spawnTime = (60 * 15); //siegeMinion.spawnTime = (60 * 15);
siegeMinion.spawnTime = 15;
int slot = 0; int slot = 0;