From b5614d3d37b635b34fde5d344dec3f28746f1fbb Mon Sep 17 00:00:00 2001 From: punchready Date: Sat, 1 May 2021 21:53:52 +0200 Subject: [PATCH] fix: its movement point, not mana point --- .../uulm/teamname/marvelous/gamelibrary/entities/StatType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/uulm/teamname/marvelous/gamelibrary/entities/StatType.java b/src/main/java/uulm/teamname/marvelous/gamelibrary/entities/StatType.java index 9c48943..4d93ab2 100644 --- a/src/main/java/uulm/teamname/marvelous/gamelibrary/entities/StatType.java +++ b/src/main/java/uulm/teamname/marvelous/gamelibrary/entities/StatType.java @@ -4,7 +4,7 @@ package uulm.teamname.marvelous.gamelibrary.entities; public enum StatType { /** Represents the life points of a character */ HP, - /** Represents the mana points of a character */ + /** Represents the movement points of a character */ MP, /** Represents thr action points of a character */ AP