This commit is contained in:
Light2
2014-03-31 01:34:56 +02:00
parent 163525b02a
commit b3bdad4b9a
2 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -499,12 +499,13 @@ public class PlayerService implements INetworkDispatch {
if(cell == null)
return;
creature.setPosture((byte) 0);
core.simulationService.transferToPlanet(creature, cloner.getPlanet(), spawnPoint.getPosition(), spawnPoint.getOrientation(), cell);
creature.setHealth(creature.getMaxHealth());
creature.setAction(creature.getMaxAction());
creature.setPosture((byte) 0);
creature.setSpeedMultiplierBase(1);
creature.setTurnRadius(1);