Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix map paths #1096

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mods/_maps/farfleet/code/farfleet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
name = "Pioneer Corps Gunboat (ICGNV)"
id = "awaysite_recon_ship"
description = "Garibaldi-class Gunboat, ICCG Pioneer Corps Reconnaissance Craft."
prefix = "mods/_maps/farfleet/maps"
prefix = "mods/_maps/farfleet/maps/"
suffixes = list("farfleet-1.dmm", "farfleet-2.dmm")
spawn_cost = 50 // Temporary disabled
player_cost = 50
Expand Down
2 changes: 1 addition & 1 deletion mods/_maps/liberia/code/liberia.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name = "Liberia"
id = "awaysite_liberia"
description = "A Merchant ship."
prefix = "mods/_maps/liberia/maps"
prefix = "mods/_maps/liberia/maps/"
suffixes = list("liberia.dmm")
spawn_cost = 0
player_cost = 0
Expand Down
2 changes: 1 addition & 1 deletion mods/_maps/sentinel/code/sentinel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
name = "Sol Patrol Craft (SFV)"
id = "awaysite_patrol_ship"
description = "Cobra-class Patrol Craft."
prefix = "mods/_maps/sentinel/maps"
prefix = "mods/_maps/sentinel/maps/"
suffixes = list("sentinel-1.dmm", "sentinel-2.dmm")
spawn_cost = 0.5
player_cost = 7
Expand Down