mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
add dependency checks for card.linked_card_x
This commit is contained in:
@@ -62,6 +62,9 @@ public:
|
||||
|
||||
Dependencies dependent_scripts_cards; ///< scripts that depend on the card list
|
||||
Dependencies dependent_scripts_keywords; ///< scripts that depend on the keywords
|
||||
Dependencies dependent_scripts_uid; ///< scripts that depend on the card's uid
|
||||
Dependencies dependent_scripts_notes; ///< scripts that depend on the card's notes
|
||||
Dependencies dependent_scripts_links; ///< scripts that depend on the card's links
|
||||
Dependencies dependent_scripts_stylesheet; ///< scripts that depend on the card's stylesheet
|
||||
bool dependencies_initialized; ///< are the script dependencies comming from this game all initialized?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user