1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +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

@@ -171,6 +171,7 @@ public:
bool buildBoat( ui32 objid );
bool setFormation( si32 hid, ui8 formation );
bool tradeResources(const IMarket *market, ui32 val, ui8 player, ui32 id1, ui32 id2);
bool sacrificeCreatures(const IMarket *market, const CGHeroInstance *hero, TSlot slot, ui32 count);
bool sendResources(ui32 val, ui8 player, ui32 r1, ui32 r2);
bool sellCreatures(ui32 count, const IMarket *market, const CGHeroInstance * hero, ui32 slot, ui32 resourceID);
bool transformInUndead(const IMarket *market, const CGHeroInstance * hero, ui32 slot);