diff --git a/Characters/DocCenturion.tscn b/Characters/DocCenturion.tscn index 33fed77..7edd3f8 100644 --- a/Characters/DocCenturion.tscn +++ b/Characters/DocCenturion.tscn @@ -152,6 +152,7 @@ Sprite = NodePath("Sprites/Node2D/Character") Inventory = NodePath("Inventory") StateMachine = NodePath("StateMachine") Hurtbox = NodePath("Hurtbox") +Faction = 2 [node name="Stats" type="Node" parent="."] script = ExtResource("9_bxrs2") diff --git a/Characters/DocCultist.tscn b/Characters/DocCultist.tscn index 7f9e868..7640e09 100644 --- a/Characters/DocCultist.tscn +++ b/Characters/DocCultist.tscn @@ -405,6 +405,7 @@ Sprite = NodePath("Sprites/Node2D/Character") Inventory = NodePath("Inventory") StateMachine = NodePath("StateMachine") Hurtbox = NodePath("Hurtbox") +Faction = 2 [node name="StateMachine" type="Node" parent="." node_paths=PackedStringArray("InitialState", "Character")] script = ExtResource("3_lj2a2") diff --git a/Characters/DocLegionary.tscn b/Characters/DocLegionary.tscn index d8c66b1..b34670c 100644 --- a/Characters/DocLegionary.tscn +++ b/Characters/DocLegionary.tscn @@ -290,6 +290,7 @@ Sprite = NodePath("Sprites/Node2D/Character") Inventory = NodePath("Inventory") StateMachine = NodePath("StateMachine") Hurtbox = NodePath("Hurtbox") +Faction = 2 metadata/_edit_vertical_guides_ = [] [node name="Stats" type="Node" parent="."]