This commit is contained in:
aozhiwei 2023-06-20 18:08:55 +08:00
parent 0b35212aa2
commit 45c5fda3c8

View File

@ -3374,5 +3374,7 @@ void Room::CloseRoomSwitch(int tag)
void Room::GMFastForward()
{
while (GetGasData().new_area_meta->GetSmallRingCount() >= 4) {
ForwardGasRing(1);
}
}