Skip to content

Commit

Permalink
Merge pull request #1 from Paxilmaniac/fantasystation-terrain
Browse files Browse the repository at this point in the history
terrain and basic world generator part 1
  • Loading branch information
Paxilmaniac authored Jun 25, 2024
2 parents 5e6abcd + 7ce4396 commit f0eb74d
Show file tree
Hide file tree
Showing 45 changed files with 261,966 additions and 10 deletions.
19 changes: 19 additions & 0 deletions _maps/fantasyland.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"map_name": "Fantasyland",
"map_path": "map_files/fantasystation",
"map_file": "fantasyland.dmm",
"space_ruin_levels": 0,
"space_empty_leves": 0,
"minetype": "none",
"planetary": 1,
"ignored_unit_tests": [
"/datum/unit_test/antag_moodlets",
"/datum/unit_test/cargo_dep_order_locations",
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items",
"/datum/unit_test/space_dragon_expiration",
"/datum/unit_test/spy_bounty",
"/datum/unit_test/traitor"
]
}
Loading

0 comments on commit f0eb74d

Please sign in to comment.