Added blob attack action

This commit is contained in:
jonathan
2025-10-01 01:42:29 +02:00
parent 1f227f70a7
commit f4d8ed87e2
3 changed files with 39 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using Babushka.scripts.CSharp.Common.Fight.Actions;
using Babushka.scripts.CSharp.Common.Util;
using Godot;
@@ -180,7 +181,7 @@ public partial class FightWorld : Node
maxHealth = 12,
availableActions =
[
new FighterAction.Skip()
new BlobAttackAction()
]
};