From d9ec7d40cf8f109e40fd145b3cb70094774cef63 Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Fri, 8 Apr 2022 22:00:49 +0200 Subject: [PATCH] mtn v3 - fix for rpg --- maps/mountain_fortress_v3/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/mountain_fortress_v3/main.lua b/maps/mountain_fortress_v3/main.lua index e6461ba7..3d986ad1 100644 --- a/maps/mountain_fortress_v3/main.lua +++ b/maps/mountain_fortress_v3/main.lua @@ -74,6 +74,7 @@ local Public = {} local raise_event = script.raise_event local floor = math.floor local remove = table.remove +RPG.disable_cooldowns_on_spells() local collapse_kill = { entities = { @@ -178,7 +179,6 @@ function Public.reset_map() RPG.enable_aoe_punch_globally(false) RPG.enable_range_buffs(true) RPG.enable_auto_allocate(true) - RPG.disable_cooldowns_on_spells() RPG.enable_explosive_bullets_globally(true) RPG.enable_explosive_bullets(false) RPG_Progression.toggle_module(false)