Merge branch 'main' of https://github.com/joshashton-code/Application
This commit is contained in:
@@ -7,7 +7,7 @@ public class dndTestClient {
|
|||||||
|
|
||||||
CharacterStats stats = new CharacterStats(10, 10, 10, 10, 10, 10);
|
CharacterStats stats = new CharacterStats(10, 10, 10, 10, 10, 10);
|
||||||
|
|
||||||
Human chosenRace = new Human("Goblin");
|
Dragonborn chosenRace = new Dragonborn();
|
||||||
|
|
||||||
for(int i = 0; i < chosenRace.getASI().length; i++) {
|
for(int i = 0; i < chosenRace.getASI().length; i++) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user