diff --git a/forge/abilities/ForgeExplodingSwordBehavior.cs b/forge/abilities/ForgeExplodingSwordBehavior.cs index 27361252..6d9b5581 100644 --- a/forge/abilities/ForgeExplodingSwordBehavior.cs +++ b/forge/abilities/ForgeExplodingSwordBehavior.cs @@ -45,6 +45,7 @@ public class ExplodingSwordBehavior(PackedScene explosion) : IAbilityBehavior } } +[Tool] [GlobalClass] public partial class ForgeExplodingSwordBehavior : ForgeAbilityBehavior { diff --git a/forge/calculators/ForgeRaiseEventTagExecution.cs b/forge/calculators/ForgeRaiseEventTagExecution.cs index 6cc4878e..86a51161 100644 --- a/forge/calculators/ForgeRaiseEventTagExecution.cs +++ b/forge/calculators/ForgeRaiseEventTagExecution.cs @@ -39,6 +39,7 @@ public class RaiseEventTagExecution(TagContainer eventTags) : CustomExecution } +[Tool] [GlobalClass] public partial class ForgeRaiseEventTagExecution : ForgeCustomExecution { diff --git a/scenes/player_controller/resources/forge/exploding_sword_weapon_land.tres b/scenes/player_controller/resources/forge/exploding_sword_weapon_land.tres index 6d05f094..a71ca891 100644 --- a/scenes/player_controller/resources/forge/exploding_sword_weapon_land.tres +++ b/scenes/player_controller/resources/forge/exploding_sword_weapon_land.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ForgeAbilityData" format=3 uid="uid://cu0685gspk2fk"] -[ext_resource type="Resource" uid="uid://ifeavnlps7hy" path="res://scenes/player_controller/resources/forge/exploding_sword.tres" id="1_l4v7e"] +[ext_resource type="Resource" uid="uid://ifeavnlps7hy" path="res://scenes/player_controller/resources/forge/exploding_sword.tres" id="1_6c3kr"] [ext_resource type="Script" uid="uid://cw525n4mjqgw0" path="res://addons/forge/resources/ForgeTagContainer.cs" id="2_6c3kr"] [ext_resource type="Script" uid="uid://dpakv7agvir6y" path="res://addons/forge/resources/ForgeTag.cs" id="2_l4v7e"] [ext_resource type="Script" uid="uid://dhxfbxh54pyxp" path="res://addons/forge/resources/abilities/ForgeAbilityData.cs" id="3_ixeut"] @@ -19,7 +19,7 @@ metadata/_custom_type_script = "uid://dpakv7agvir6y" script = ExtResource("3_ixeut") Name = "Exploding Sword on Weapon Land" CooldownEffects = [] -AbilityBehavior = ExtResource("1_l4v7e") +AbilityBehavior = ExtResource("1_6c3kr") TriggerSource = 1 TriggerTag = SubResource("Resource_6c3kr") AbilityTags = SubResource("Resource_ixeut")