Changed a lot of Actions.cs and a few other things to be more easily

extendable.
This commit is contained in:
2025-09-03 23:32:20 -05:00
parent 69e6699e26
commit e4b230a0ad
21 changed files with 834 additions and 314 deletions

View File

@@ -5,5 +5,6 @@ public class UncodedOne : Character
maxHP = 15;
currentHP = maxHP;
name = "The Uncoded One";
CharacterEnabledActions.AddRange("Unraveling", "Health Potion", "Do Nothing");
}
}