Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Mar 31, 2024
1 parent b01bf6b commit c10fd50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/__game.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ block( \


#define MAP_ICE_COLONY "Ice Colony" // Highpop only
#define MAP_LV_624 "LV-624"
#define MAP_LV_624 "LV-624 Repaired"
#define MAP_LV_624_REPAIRED "LV-624"
#define MAP_BIG_RED "Solaris Ridge"
#define MAP_PRISON_STATION "Fiorina Cellblocks"
Expand All @@ -42,7 +42,7 @@ block( \
#define MAP_RUNTIME "USS Runtime"
#define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only
#define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map
#define MAP_NEW_VARADERO_REPAIRED "New Varadero"
#define MAP_NEW_VARADERO_REPAIRED "New Varadero Repaired"
#define MAP_CHINOOK "Chinook 91 GSO" //admin level
#define MAP_DERELICT_ALMAYER "Derelict Almayer"

Expand Down
2 changes: 1 addition & 1 deletion maps/new_varadero_repaired.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"map_name": "New Varadero",
"map_name": "New Varadero Repaired",
"map_path": "map_files/New_Varadero_Fixed",
"map_file": "New_Varadero_Repaired.dmm",
"webmap_url": "NewVaradero",
Expand Down

0 comments on commit c10fd50

Please sign in to comment.