mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	* KING1 / KING2 / KING3 support
* ability 78 support
This commit is contained in:
		| @@ -2630,6 +2630,7 @@ void CBattleInterface::spellCast(SpellCast * sc) | ||||
| 	case 37: //cure | ||||
| 	case 38: //resurrection | ||||
| 	case 39: //animate dead | ||||
| 	case 78: //dispel helpful spells | ||||
| 		for(std::set<ui32>::const_iterator it = sc->affectedCres.begin(); it != sc->affectedCres.end(); ++it) | ||||
| 		{ | ||||
| 			displayEffect(spell.mainEffectAnim, curInt->cb->battleGetStackByID(*it, false)->position); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user