This commit is contained in:
aozhiwei 2021-04-30 11:44:27 +08:00
parent 48d197413b
commit d90acdb4d0

View File

@ -2323,7 +2323,7 @@ ObstacleData* Room::GetPermanentObstacleData(int obstacle_uniid)
long long Room::GetGasInactiveTime()
{
#ifdef DEBUG
return 5;
return 10;
#endif
if (room_mode_ == kZombieMode) {
#if DEBUG