任务相关

This commit is contained in:
李玉东 2025-09-22 17:17:06 +08:00
parent 79850327fb
commit d1d2d52d19
2 changed files with 4 additions and 3 deletions

View File

@ -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);
} }

View File

@ -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