Skip to content

Commit

Permalink
Talos QOL Improvements (#3105)
Browse files Browse the repository at this point in the history
<!-- 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

![talos2](https://github.com/shiptest-ss13/Shiptest/assets/60533805/f7fb731c-c2e6-4360-8c32-1375c2fe99f6)

Makes some adjustments to address common issues with the Talos.

- Areas have been changed so cargo no longer drops in the wings
- Artificer Class II is now Honorable Artificer
- Gas storage tank access buttons are restricted to Honorable Artificer
- Comms and workshop have switched places
- Crate shelves have been added to cargobay
- Additional shuttle docks have been added on the starboard side
- Added an autolathe to cargo
- Removed Corpsmen

## Why It's Good For The Game

Talos is a decent ship but had a few recurring problems. This fixes
them.

## Changelog

:cl:
fix: Cargo pods no longer land in Talos maint
fix: Gas tanks on the Talos have higher security
fix: Talos now has an autolathe in cargo
/: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. -->
  • Loading branch information
Apogee-dev authored Jul 8, 2024
1 parent ba370c5 commit b049c3b
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 657 deletions.
6 changes: 1 addition & 5 deletions _maps/configs/inteq_talos.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"officer": true,
"slots": 1
},
"Artificer Class II": {
"Honorable Artificer": {
"outfit": "/datum/outfit/job/inteq/ce",
"officer": true,
"slots": 1
Expand All @@ -36,10 +36,6 @@
"outfit": "/datum/outfit/job/inteq/engineer",
"slots": 3
},
"Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic",
"slots": 2
},
"Enforcer": {
"outfit": "/datum/outfit/job/inteq/security",
"slots": 1
Expand Down
Loading

0 comments on commit b049c3b

Please sign in to comment.