Make hide and seek disable the camera zoom out

This commit is contained in:
Agent X 2024-03-04 12:56:05 -05:00
parent 1e1c46f6b9
commit 11d83b5d28
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ function allow_pvp_attack(m1, m2)
end
gLevelValues.disableActs = true
gLevelValues.zoomOutCameraOnPause = false
-----------
-- hooks --