This commit is contained in:
aozhiwei 2024-03-22 15:55:39 +08:00
parent f38b94fd40
commit af555b7e29

View File

@ -2462,7 +2462,7 @@ long long Room::GetGasInactiveTime()
}
#endif
if (IsMobaModeRoom()) {
inactive_time = 7;
inactive_time = 16;
}
inactive_time = std::max((long long)0, inactive_time - acc_inactive_time_);
if (IsNewerMap()) {