换层清除数据
parent
3b384d0698
commit
9a25d556a2
|
@ -62,6 +62,8 @@ public class FourtyTwoBehavior extends BaseBehavior {
|
|||
mapManager.setTrialFloor(floor + 1);
|
||||
mapManager.setTrialEnergy(0);
|
||||
mapManager.setMapIntoFlag(2);
|
||||
//换层清除数据
|
||||
mapManager.updateMapMonsterHp(new HashMap<>());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue