Skip to content

Commit

Permalink
Clickable node adjustment
Browse files Browse the repository at this point in the history
* Nix facing
  • Loading branch information
DoobesURU committed Dec 12, 2022
1 parent 5516657 commit 2fad73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion korman/properties/modifiers/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ def logicwiz(self, bo, tree):
# Clickable
clickable = nodes.new("PlasmaClickableNode")
clickable.clickable_object = self.clickable_object
clickable.allow_simple = False
for i in clickable.inputs:
i.allow_simple = False
clickable.link_output(clothingpynode, "satisfies", "actClickable")

# Region
Expand Down

0 comments on commit 2fad73c

Please sign in to comment.