v0.9.3c: fixed necromancers sometimes losing track of their skeleton
This commit is contained in:
+2
@@ -131,6 +131,8 @@ public class Necromancer extends Mob {
|
|||||||
}
|
}
|
||||||
if (mySkeleton != null){
|
if (mySkeleton != null){
|
||||||
bundle.put( MY_SKELETON, mySkeleton.id() );
|
bundle.put( MY_SKELETON, mySkeleton.id() );
|
||||||
|
} else if (storedSkeletonID != -1){
|
||||||
|
bundle.put( MY_SKELETON, storedSkeletonID );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user