-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Implementing NSV Endevour, the final name of the new ship name. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game NEW MAP!!! <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> :cl: add: All files related to NSV Endeavour /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Co-authored-by: AlphaM01 <[email protected]> Co-authored-by: LordME <[email protected]>
- Loading branch information
1 parent
42689bc
commit a0cac51
Showing
27 changed files
with
7,834 additions
and
7,165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
/** Endeavour Hallways | ||
*/ | ||
|
||
/** Deck 4 | ||
*/ | ||
/area/endeavour/hallway/d4aftmaint | ||
name = "\improper Deck 4 Aft Maintenance" | ||
icon_state = "amaint" | ||
|
||
/area/endeavour/hallway/d4fwdmaint | ||
name = "\improper Deck 4 Forward Maintenance" | ||
icon_state = "fmaint" | ||
|
||
/area/endeavour/hallway/d4fwdhall | ||
name = "\improper Deck 4 Forward Hallway" | ||
icon_state = "hallF" | ||
|
||
/area/endeavour/hallway/d4afthall | ||
name = "\improper Deck 4 Aft Hallway" | ||
icon_state = "hallA" | ||
|
||
/area/endeavour/hallway/d4porthall | ||
name = "\improper Deck 4 Port Hallway" | ||
icon_state = "hallP" | ||
|
||
/area/endeavour/hallway/d4starboardhall | ||
name = "\improper Deck 4 Starboard Hallway" | ||
icon_state = "hallS" | ||
|
||
/** Deck 3 | ||
*/ | ||
/area/endeavour/hallway/d3aftmaint | ||
name = "\improper Deck 3 Aft Maintenance" | ||
icon_state = "amaint" | ||
|
||
/area/endeavour/hallway/d3fwdmaint | ||
name = "\improper Deck 3 Forward Maintenance" | ||
icon_state = "fmaint" | ||
|
||
/area/endeavour/hallway/d3fwdhall | ||
name = "\improper Deck 3 Forward Hallway" | ||
icon_state = "hallF" | ||
|
||
/area/endeavour/hallway/d3afthall | ||
name = "\improper Deck 3 Aft Hallway" | ||
icon_state = "hallA" | ||
|
||
/area/endeavour/hallway/d3porthall | ||
name = "\improper Deck 3 Port Hallway" | ||
icon_state = "hallP" | ||
|
||
/area/endeavour/hallway/d3starboardhall | ||
name = "\improper Deck 3 Starboard Hallway" | ||
icon_state = "hallS" | ||
|
||
/** Deck 2 | ||
*/ | ||
/area/endeavour/hallway/d2aftmaint | ||
name = "\improper Deck 2 Aft Maintenance" | ||
icon_state = "amaint" | ||
|
||
/area/endeavour/hallway/d2fwdmaint | ||
name = "\improper Deck 2 Forward Maintenance" | ||
icon_state = "fmaint" | ||
|
||
/area/endeavour/hallway/d2fwdhall | ||
name = "\improper Deck 2 Forward Hallway" | ||
icon_state = "hallF" | ||
|
||
/area/endeavour/hallway/d2afthall | ||
name = "\improper Deck 2 Aft Hallway" | ||
icon_state = "hallA" | ||
|
||
/area/endeavour/hallway/d2porthall | ||
name = "\improper Deck 2 Port Hallway" | ||
icon_state = "hallP" | ||
|
||
/area/endeavour/hallway/d2starboardhall | ||
name = "\improper Deck 2 Starboard Hallway" | ||
icon_state = "hallS" | ||
|
||
/** Deck 1 | ||
*/ | ||
/area/endeavour/hallway/d1aftmaint | ||
name = "\improper Deck 1 Aft Maintenance" | ||
icon_state = "amaint" | ||
|
||
/area/endeavour/hallway/d1fwdmaint | ||
name = "\improper Deck 1 Forward Maintenance" | ||
icon_state = "fmaint" | ||
|
||
/area/endeavour/hallway/d1fwdhall | ||
name = "\improper Deck 1 Forward Hallway" | ||
icon_state = "hallF" | ||
|
||
/area/endeavour/hallway/d1afthall | ||
name = "\improper Deck 1 Aft Hallway" | ||
icon_state = "hallA" | ||
|
||
/area/endeavour/hallway/d1porthall | ||
name = "\improper Deck 1 Port Hallway" | ||
icon_state = "hallP" | ||
|
||
/area/endeavour/hallway/d1starboardhall | ||
name = "\improper Deck 1 Starboard Hallway" | ||
icon_state = "hallS" | ||
|
||
/** Command | ||
*/ | ||
/area/endeavour/command/turrets | ||
name = "\improper Point Defense Systems" | ||
icon_state = "bridge" | ||
|
||
/** Science | ||
*/ | ||
/area/rnd/robotics/morgue | ||
name = "\improper Robotics Morgue" | ||
icon_state = "robotics" | ||
|
||
/** Exploration | ||
*/ | ||
/area/endeavour/exploration | ||
name = "\improper Exploration Department" | ||
icon_state = "purple" | ||
holomap_color = HOLOMAP_AREACOLOR_SCIENCE | ||
|
||
/area/endeavour/exploration/hallway_fore | ||
name = "\improper Exploration Fore Hallway" | ||
|
||
/area/endeavour/exploration/hallway_aft | ||
name = "\improper Exploration Aft Hallway" | ||
|
||
/** Medical | ||
*/ | ||
|
||
/area/medical/virology_fore_access | ||
name = "\improper Virology Fore Access" | ||
icon_state = "virology" | ||
|
||
/area/medical/virology_aft_access | ||
name = "\improper Virology Aft Access" | ||
icon_state = "virology" | ||
|
||
/area/medical/oncall_room | ||
name = "\improper On-Call Room" | ||
icon_state = "medbay" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.