diff --git a/1410_DND/src/dnd/dndTestClient.java b/1410_DND/src/dnd/dndTestClient.java index 988ee48..3989bd4 100644 --- a/1410_DND/src/dnd/dndTestClient.java +++ b/1410_DND/src/dnd/dndTestClient.java @@ -7,7 +7,7 @@ public class dndTestClient { 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++) {