From a19693085641db76e8478fa653550e2e6574ced9 Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Mon, 17 Oct 2022 18:42:23 -0400 Subject: [PATCH] Fix a couple of things * A few typos screwing things up fixed --- korman/properties/modifiers/logic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korman/properties/modifiers/logic.py b/korman/properties/modifiers/logic.py index 58a1da2..7dda3b5 100644 --- a/korman/properties/modifiers/logic.py +++ b/korman/properties/modifiers/logic.py @@ -213,9 +213,9 @@ class PlasmaTakeClothing(PlasmaModifierProperties, PlasmaModifierLogicWiz): clothing_pfm = clothing_pfms clothingnode = self._create_python_file_node(tree, clothing_pfm["filename"], clothing_pfm["attribs"]) - self._create_clothing_nodes(bo, tree.nodes, imagernode) + self._create_clothing_nodes(bo, tree.nodes, clothingnode) - def _create_clothing_node(self, clickable_object, nodes, clothingnode): + def _create_clothing_nodes(self, clickable_object, nodes, clothingnode): # Clickable clickable = nodes.new("PlasmaClickableNode") clickable.clickable_object = self.clickable_object