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:
@ -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!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user