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 f0042e9 commit 8aad6c7
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 @@ -160,7 +160,8 @@ def logicwiz(self, bo, tree):
# Clickable
yeeshapageclick = nodes.new("PlasmaClickableNode")
yeeshapageclick.value = self.page_object
yeeshapageclick.allow_simple = False
for i in yeeshapageclick.inputs:
i.allow_simple = False
yeeshapageclick.link_output(yeeshapagepynode, "satisfies", "actClickableBook")

# Region
Expand Down

0 comments on commit 8aad6c7

Please sign in to comment.