mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
* partial support for grail digging
This commit is contained in:
@@ -936,6 +936,13 @@ int3 CCallback::getGrailPos( float &outKnownRatio )
|
||||
return gs->map->grailPos;
|
||||
}
|
||||
|
||||
void CCallback::dig( const CGObjectInstance *hero )
|
||||
{
|
||||
DigWithHero dwh;
|
||||
dwh.id = hero->id;
|
||||
sendRequest(&dwh);
|
||||
}
|
||||
|
||||
InfoAboutTown::InfoAboutTown()
|
||||
{
|
||||
tType = NULL;
|
||||
|
||||
Reference in New Issue
Block a user