SiegeEngine enum and logic added

This commit is contained in:
2023-08-27 20:05:18 -05:00
parent a81070c471
commit da9e211ec7
+1
View File
@@ -684,6 +684,7 @@ public class MobAI {
GuardWallArcherLogic(mob); GuardWallArcherLogic(mob);
break; break;
case Pet1: case Pet1:
case SiegeEngine:
PetLogic(mob); PetLogic(mob);
break; break;
case HamletGuard: case HamletGuard: