Skip to content
Snippets Groups Projects

Juliuses nye super branch

Merged Julius Fredrik Einum requested to merge JuliusesNyeSuperBranch into main
43 files
+ 3762
865
Compare changes
  • Side-by-side
  • Inline
Files
43
@@ -21,7 +21,7 @@ namespace BigSock {
public override string Description => "A basic dodge move.";
public AbilityDodge() {
StaminaCost = 4;
StaminaCost = 10;
Cooldown = new TimeSpan(0, 0, 0, 1, 0);
}
Loading