1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Added similar screen for Obelisk, moved assets to dedicated folder

This commit is contained in:
Ivan Savenko
2025-01-06 13:05:45 +00:00
parent 6d0dc9c5bb
commit 19c981fc56
20 changed files with 57 additions and 6 deletions

View File

@ -1289,6 +1289,11 @@ std::string CGObelisk::getHoverText(PlayerColor player) const
return getObjectName() + " " + visitedTxt(wasVisited(player));
}
std::string CGObelisk::getObjectDescription(PlayerColor player) const
{
return visitedTxt(wasVisited(player));
}
void CGObelisk::setPropertyDer(ObjProperty what, ObjPropertyID identifier)
{
switch(what)