summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-04-18 00:05:01 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-18 00:05:01 +0000
commite3409f874ba57556ba5633c21596a6914c2f2256 (patch)
tree7aeeae24e02e272af459b6b8885911abfae08b59
parent08004c309a6d4a0b4d40aed3551a38ec0d97c143 (diff)
downloadclientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.gz
clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.bz2
clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.xz
clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.zip
Add mods support.
-rw-r--r--.gitmodules3
m---------mods0
-rw-r--r--monsters.xml2
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 6da1e30c..0930241e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "music"]
path = music
url = https://git.themanaworld.org/legacy/music.git
+[submodule "mods"]
+ path = mods
+ url = https://git.themanaworld.org/legacy/mods.git
diff --git a/mods b/mods
new file mode 160000
+Subproject 39c612d48d2e525f77586a7511b43dcd3a58a35
diff --git a/monsters.xml b/monsters.xml
index 7c1f2c58..cf014f72 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1602,5 +1602,5 @@
</monster>
<!-- Mods should use the following code -->
- <!--include name="mods/monsters.xml"/-->
+ <include name="mods/monsters.xml">
</monsters>