From b0c552ae6a76f556403e2c265529afb873442c52 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 30 Sep 2020 20:40:24 -0400 Subject: [PATCH] Kickables should be runtime lit. --- korman/properties/modifiers/render.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/korman/properties/modifiers/render.py b/korman/properties/modifiers/render.py index f49db3c..3683039 100644 --- a/korman/properties/modifiers/render.py +++ b/korman/properties/modifiers/render.py @@ -531,6 +531,8 @@ class PlasmaLightingMod(PlasmaModifierProperties): return True if self.id_data.plasma_object.has_transform_animation: return True + if mods.collision.enabled and mods.collision.dynamic: + return True return False