Browse Source

Corrected SC_HELPANGEL (#8220)

Heal amount of SC_HELPANGEL (NV_HELPANGEL skill) is now not displayed.
Atemo 1 year ago
parent
commit
100b590094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/status.cpp

+ 1 - 1
src/map/status.cpp

@@ -14819,7 +14819,7 @@ TIMER_FUNC(status_change_timer){
 		break;
 	case SC_HELPANGEL:
 		if (--(sce->val4) >= 0) {
-			status_heal(bl, 1000, 350, 2);
+			status_heal(bl, 1000, 350, 0);	// Heal amount not displayed
 			sc_timer_next(1000 + tick);
 			return 0;
 		}