From 11d83b5d285d831423eb8be89f2f7159f8d9a20c Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:56:05 -0500 Subject: [PATCH] Make hide and seek disable the camera zoom out --- mods/hide-and-seek.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/hide-and-seek.lua b/mods/hide-and-seek.lua index 2bc16c90..2de5b4f7 100644 --- a/mods/hide-and-seek.lua +++ b/mods/hide-and-seek.lua @@ -518,6 +518,7 @@ function allow_pvp_attack(m1, m2) end gLevelValues.disableActs = true +gLevelValues.zoomOutCameraOnPause = false ----------- -- hooks --