v0.9.3c: fixed necromancers sometimes losing track of their skeleton

This commit is contained in:
Evan Debenham 2021-06-21 22:52:47 -04:00
parent 5533adbdc0
commit 9c7c0c8b90

View File

@ -131,6 +131,8 @@ public class Necromancer extends Mob {
}
if (mySkeleton != null){
bundle.put( MY_SKELETON, mySkeleton.id() );
} else if (storedSkeletonID != -1){
bundle.put( MY_SKELETON, storedSkeletonID );
}
}