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 Jan 19, 2023
1 parent e7a5951 commit 5968e6f
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 5968e6f

Please sign in to comment.