Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanbowl committed Sep 9, 2024
1 parent 91ccc41 commit 97287c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PTD/BlueCoinSystem/ModuleInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"CompilerFlags" : [
"-DBLUECOINSYSTEM"
],
"InstallDependencies": ["Syati_ObjectFactories", "Syati_Init"],
"InstallDependencies": ["Syati_ObjectFactories", "Syati_Init", "CustomCoinSpawns"],
"ModuleData" : [
{
"NameObjFactory": [
Expand Down
2 changes: 1 addition & 1 deletion PTD/RedCoinSystem/ModuleInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Red Coin System",
"Author": "Evanbowl",
"Description": "PTD: Red Coin System",
"InstallDependencies": ["Syati_ObjectFactories", "Syati_Init"],
"InstallDependencies": ["Syati_ObjectFactories", "Syati_Init", "CustomCoinSpawns"],
"CompilerFlags" : [
"-DREDCOINSYSTEM"
],
Expand Down

0 comments on commit 97287c6

Please sign in to comment.