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

Adds a new shipmap, the USS Heyst #229

Merged
merged 13 commits into from
Apr 14, 2024
12 changes: 12 additions & 0 deletions code/game/area/golden_arrow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
name = "\improper Platoon Sergeant Office"
icon_state = "alpha"

/area/golden_arrow/shared_office
name = "\improper Shared Office"
icon_state = "alpha"

/area/golden_arrow/squad_one
name = "\improper Squad One Prep"
icon_state = "charlie"
Expand All @@ -69,3 +73,11 @@
/area/golden_arrow/firingrange
name = "\improper Firing Range"
icon_state = "firingrange"

/area/golden_arrow/platoonprep
name = "\improper Platoon Prep"
icon_state = "bravo"

/area/golden_arrow/platoonarmory
name = "\improper Platoon Armory"
icon_state = "alpha"
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", "USS Rover")
#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "SSV Chapaev", "USS Rover", "USS Heyst")

#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 @@ -24,4 +24,7 @@ map chapaev
endmap

map rover
endmap

map heyst
endmap
9 changes: 9 additions & 0 deletions maps/heyst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"map_name": "USS Heyst",
"map_path": "map_files/heyst",
"map_file": "heyst.dmm",
"webmap_url": "GoldenArrow",
"traits": [{"Marine Main Ship": true}],
"nightmare_path": "maps/Nightmare/maps/golden_arrow/",
"platoon": "/datum/squad/marine/alpha"
}
Loading
Loading