1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Half-done Altar of Sacrifice. (Sacrificing creatures should work)

This commit is contained in:
Michał W. Urbańczyk
2010-07-20 06:05:45 +00:00
parent 7afc478ff4
commit cedf6d812c
14 changed files with 885 additions and 345 deletions

View File

@ -158,6 +158,8 @@ bool TradeOnMarketplace::applyGh( CGameHandler *gh )
return gh->buyArtifact(m, hero, r1, r2);
case CREATURE_UNDEAD:
return gh->transformInUndead(m, hero, r1);
case CREATURE_EXP:
return gh->sacrificeCreatures(m, hero, r1, val);
default:
COMPLAIN_AND_RETURN("Unknown exchange mode!");
}