This commit is contained in:
aozhiwei 2021-08-17 10:17:53 +00:00
parent ff0b3136ee
commit 9759132ed6

View File

@ -2416,7 +2416,7 @@ ObstacleData* Room::GetPermanentObstacleData(int obstacle_uniid)
long long Room::GetGasInactiveTime()
{
#ifdef DEBUG
return f8::IsOnlineEnv() ? 10 : 30;
return f8::IsOnlineEnv() ? 10 : 50;
#endif
if (room_mode_ == kZombieMode) {
#if DEBUG