Prechádzať zdrojové kódy

Corrected SC_HELPANGEL (#8220)

Heal amount of SC_HELPANGEL (NV_HELPANGEL skill) is now not displayed.
Atemo 1 rok pred
rodič
commit
100b590094
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
 		}