-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add to_ter to the JSON data. ATM terrain will be migrated to concrete…
… floor. Set iid_furn to null_id if there is not migration for this terrain. Set was_loaded parameter to false so that missing/failed to load mandatory member error can be thrown for contributor to see if they omitted mandatory json member.
- Loading branch information
1 parent
2473620
commit e4d3502
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ | |
{ | ||
"type": "ter_furn_migration", | ||
"from_ter": "t_atm", | ||
"to_ter": "t_thconc_floor", | ||
"to_furn": "f_atm_off" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters