Skip to content

Commit

Permalink
fixed underdark south not initializing as underdark
Browse files Browse the repository at this point in the history
  • Loading branch information
b5635 committed Nov 3, 2024
1 parent 5546455 commit 49bd9d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions src/are/ud_south.are.json
Original file line number Diff line number Diff line change
Expand Up @@ -24923,6 +24923,10 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttu01"
Expand Down
30 changes: 15 additions & 15 deletions src/git/ud_south.git.json
Original file line number Diff line number Diff line change
Expand Up @@ -59214,21 +59214,6 @@
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "refresh_script"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "refresh_ud"
}
},
{
"__struct_id": 0,
"Name": {
Expand Down Expand Up @@ -59573,6 +59558,21 @@
"type": "cexostring",
"value": "eve_advparty"
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "init_script"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "init_ud"
}
}
]
},
Expand Down

0 comments on commit 49bd9d1

Please sign in to comment.