1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Implemented playerGlobal visit mode for objects like cartographer

This commit is contained in:
Ivan Savenko
2025-05-06 18:53:43 +03:00
parent 1b5d00cc99
commit 4b77140f4a
11 changed files with 32 additions and 31 deletions

View File

@@ -1215,7 +1215,6 @@ struct DLL_LINKAGE ChangeObjectVisitors : public CPackForClient
{
VISITOR_ADD_HERO, // mark hero as one that have visited this object
VISITOR_ADD_PLAYER, // mark player as one that have visited this object instance
VISITOR_GLOBAL, // mark player as one that have visited object of this type
VISITOR_SCOUTED, // marks targeted team as having scouted this object
VISITOR_CLEAR, // clear all visitors from this object (object reset)
};