Implemented "Battle" type from MOM set (they are like planeswalkers), added some new primitives from MOM set, fixed some primitives targeting any target.

This commit is contained in:
Vittorio Alfieri
2023-05-11 15:57:08 +02:00
parent f395274c0b
commit 6ef8b45709
15 changed files with 225 additions and 44 deletions

View File

@@ -34,7 +34,8 @@ public:
TYPE_EMBLEM = 19,
TYPE_CONSPIRACY = 20,
TYPE_BACKGROUND = 21,
LAST_TYPE = TYPE_BACKGROUND,
TYPE_BATTLE = 22,
LAST_TYPE = TYPE_BATTLE,
};
protected: