Skip to content

Commit

Permalink
au7ghaah
Browse files Browse the repository at this point in the history
  • Loading branch information
bearrrrrrrr committed Mar 9, 2024
1 parent a990ad3 commit cdff73a
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 286 deletions.
2 changes: 1 addition & 1 deletion code/global.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
#define MAIN_SHIP_NAME SSmapping.get_main_ship_name()
#define MAIN_SHIP_DEFAULT_NAME "USS Golden Arrow"
#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "SSV Chapaev")
#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "SSV Chapaev", "USCSS Apostasy",)

#define MAIN_SHIP_PLATOON text2path(SSmapping.get_main_ship_platoon())
#define MAIN_SHIP_DEFAULT_PLATOON "/datum/squad/marine/alpha"
Expand Down
3 changes: 3 additions & 0 deletions map_config/shipmaps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ map golden_arrow
endmap

map chapaev
endmap

map lead_hawk
endmap
2 changes: 1 addition & 1 deletion maps/lead_hawk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"map_name": "PMV ",
"map_name": "USCSS Apostasy",
"map_path": "map_files/lead_hawk",
"map_file": "lead_hawk.dmm",
"webmap_url": "GoldenArrow", //not used
Expand Down
Loading

0 comments on commit cdff73a

Please sign in to comment.