Skip to content
Snippets Groups Projects
Commit d838851b authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Gave the abilities mana costs.

parent 5dad49ac
No related branches found
No related tags found
1 merge request!31Mana and stamina.
......@@ -31,6 +31,7 @@ namespace BigSock {
CritChance = 0.1f,
CritDamageModifier = 2f,
};
ManaCost = 1;
}
......
......@@ -34,6 +34,7 @@ namespace BigSock {
};
Cooldown = new TimeSpan(0, 0, 0, 2, 0);
ManaCost = 5;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment