This commit is contained in:
aozhiwei 2024-03-22 22:23:47 +08:00
parent 3c08811036
commit 34a42c7bff

View File

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