任务相关
This commit is contained in:
parent
79850327fb
commit
d1d2d52d19
|
|
@ -111,11 +111,12 @@ public class Room implements AutoCloseable {
|
||||||
status.set(true);
|
status.set(true);
|
||||||
log.info("想定持续时间{}", time);
|
log.info("想定持续时间{}", time);
|
||||||
totalTime.set(time);
|
totalTime.set(time);
|
||||||
|
|
||||||
startTask();
|
|
||||||
//初始化系统资源 物资人员等信息
|
//初始化系统资源 物资人员等信息
|
||||||
initRoomParam();
|
initRoomParam();
|
||||||
pushRoomInfo();
|
pushRoomInfo();
|
||||||
|
|
||||||
|
startTask();
|
||||||
|
|
||||||
numStatus.set(1);
|
numStatus.set(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ death.warn = 2
|
||||||
ammunition.warn = 3
|
ammunition.warn = 3
|
||||||
food.warn = 3
|
food.warn = 3
|
||||||
water.warn = 3
|
water.warn = 3
|
||||||
fuel.warn = 95.99
|
fuel.warn = 99.80
|
||||||
medical.warn = 1
|
medical.warn = 1
|
||||||
death.spreed = 3
|
death.spreed = 3
|
||||||
injured.spreed = 3
|
injured.spreed = 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user