Fix some bugs

This commit is contained in:
2026-05-18 02:21:28 +04:30
parent 006b318509
commit ddd662b90c
3 changed files with 1 additions and 1 deletions
@@ -119,7 +119,7 @@ public class Assassin extends Player{
@Override
public boolean specialAbility(Entity target) {
if(super.getMp() > 80) {
if(super.getMp() >= 80) {
super.setMp(super.getMp() - 80);
System.out.printf("%s (Assassin) uses special ability.\n", super.name);
System.out.println("Assassin dodged the " + Colors.RED + "attack" + Colors.RESET);
Binary file not shown.