1
This commit is contained in:
parent
f38b94fd40
commit
af555b7e29
@ -2462,7 +2462,7 @@ long long Room::GetGasInactiveTime()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (IsMobaModeRoom()) {
|
if (IsMobaModeRoom()) {
|
||||||
inactive_time = 7;
|
inactive_time = 16;
|
||||||
}
|
}
|
||||||
inactive_time = std::max((long long)0, inactive_time - acc_inactive_time_);
|
inactive_time = std::max((long long)0, inactive_time - acc_inactive_time_);
|
||||||
if (IsNewerMap()) {
|
if (IsNewerMap()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user