MobLoot usage

This commit is contained in:
2023-04-07 13:38:09 -05:00
parent 5edbc81934
commit 460a2152c8
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -61,6 +61,8 @@ public class MobileFSM {
if (mob == null) {
return;
}
if (mob.isGuard())
awakeNPCguard(mob);
STATE state = mob.state;
switch (state) {
case Idle: