Update LN_pause_trait.py

This commit is contained in:
knowledgenude 2020-10-11 12:02:23 -03:00 committed by GitHub
parent e5534c2998
commit 1d0d22594f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ from arm.logicnode.arm_nodes import *
class PauseTraitNode(ArmLogicTreeNode):
"""Pauses the given trait."""
bl_idname = 'LNPauseTraitNode'
bl_label = 'Pause Trait'
bl_description = "Please use the \"Set Trait Paused\" node instead"
bl_icon = 'ERROR'
arm_version = 2