add dependency checks for card.linked_card_x

This commit is contained in:
GenevensiS
2026-04-10 00:31:59 +02:00
parent 4d1c7aae96
commit c167272ae6
27 changed files with 140 additions and 22 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void StyleSheet::validate(Version ver) {
if (!game) {
throw Error(_ERROR_1_("no game specified",_TYPE_("stylesheet")));
}
// a stylsheet depends on the game it is made for
// a stylesheet depends on the game it is made for
requireDependency(game.get());
}