From 9e249cdff1e021e78b804fc0b16591ce3aa13382 Mon Sep 17 00:00:00 2001 From: bgkillas Date: Sat, 16 Nov 2024 21:30:16 -0500 Subject: [PATCH] dont sync temple lantern, incrase potion mimic to 20s --- quant.ew/files/core/constants.lua | 2 +- quant.ew/files/system/polymorph/polymorph.lua | 4 ++-- quant.ew/files/system/potion_mimic/poly.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/quant.ew/files/core/constants.lua b/quant.ew/files/core/constants.lua index fc65d49a..b11e12af 100644 --- a/quant.ew/files/core/constants.lua +++ b/quant.ew/files/core/constants.lua @@ -94,7 +94,7 @@ module.phys_sync_allowed = { ["data/entities/props/temple_statue_01.xml"] = true, ["data/entities/props/temple_statue_01_green.xml"] = true, ["data/entities/props/temple_statue_02.xml"] = true, - ["data/entities/props/physics/temple_lantern.xml"] = true, + --["data/entities/props/physics/temple_lantern.xml"] = true, ["data/entities/buildings/physics_worm_deflector_base.xml"] = true, --["data/entities/buildings/physics_worm_deflector_crystal.xml"] = true, --["data/entities/misc/greed_curse/greed_crystal.xml"] = true, diff --git a/quant.ew/files/system/polymorph/polymorph.lua b/quant.ew/files/system/polymorph/polymorph.lua index fac4f293..1b6da55e 100644 --- a/quant.ew/files/system/polymorph/polymorph.lua +++ b/quant.ew/files/system/polymorph/polymorph.lua @@ -103,8 +103,8 @@ function module.on_world_update_post() end if effect ~= nil then local frames = ComponentGetValue2(effect, "frames") - if frames < 1000 and frames > 0 then - ComponentSetValue2(effect, "frames", 1000) + if frames < 1200 and frames > 0 then + ComponentSetValue2(effect, "frames", 1200) end end diff --git a/quant.ew/files/system/potion_mimic/poly.xml b/quant.ew/files/system/potion_mimic/poly.xml index 8f1dae01..aa7cc5a9 100644 --- a/quant.ew/files/system/potion_mimic/poly.xml +++ b/quant.ew/files/system/potion_mimic/poly.xml @@ -4,7 +4,7 @@