Job + Spell merge #9

Merged
erns6604 merged 23 commits from Job into main 2025-10-27 12:18:22 +01:00
Showing only changes of commit ab19423f26 - Show all commits

View File

@@ -15,6 +15,7 @@ public abstract class Character {
this.health = DEFAULT_HEALTH; this.health = DEFAULT_HEALTH;
this.level = DEFAULT_LEVEL; this.level = DEFAULT_LEVEL;
this.position = DEFAULT_POSITION; this.position = DEFAULT_POSITION;
isAlive = true;
} }
// Jag antar att den som instansierar massa monster i världen ansvarar // Jag antar att den som instansierar massa monster i världen ansvarar