Compare commits
2 Commits
da9e211ec7
...
14a06410ae
| Author | SHA1 | Date | |
|---|---|---|---|
| 14a06410ae | |||
| 85c2a4f4f0 |
@@ -352,7 +352,8 @@ public enum NPCManager {
|
||||
|
||||
// Siege engines are not hirelings but minions of said hireling.
|
||||
|
||||
if (!mobile.behaviourType.equals(Enum.MobBehaviourType.SiegeEngine))
|
||||
if (mobile.behaviourType.equals(Enum.MobBehaviourType.SiegeEngine) ||
|
||||
mobile.behaviourType.equals(Enum.MobBehaviourType.GuardCaptain))
|
||||
abstractCharacter.building.getHirelings().put(abstractCharacter, buildingSlot);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user