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

Remaps the Skipper Heavy Cruiser #2344

Merged
merged 32 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
836addc
everything but engineering
Zevotech Aug 29, 2023
38c6468
finishes pipes
Zevotech Sep 8, 2023
977b4b1
yea
Zevotech Sep 8, 2023
542959e
lights some
Zevotech Sep 8, 2023
6c243a1
jobs + wallmounts finished
Zevotech Sep 8, 2023
57df32c
yeah
Zevotech Sep 8, 2023
7717e81
puts guns in their own locker
Zevotech Sep 8, 2023
8b77fd7
messes+showroom floors in the bathrooms
Zevotech Sep 8, 2023
d92efee
shutters
Zevotech Sep 8, 2023
0e00b7e
grids
Zevotech Sep 8, 2023
a5f7ae9
plant
Zevotech Sep 8, 2023
c64189e
fix engine heaters
Zevotech Sep 8, 2023
a173c3d
bridge air alarm
Zevotech Sep 8, 2023
c1cdbbe
access final pass
Zevotech Sep 8, 2023
70d5e2e
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Zevotech Sep 8, 2023
e761db5
airpipe pressures
Zevotech Sep 8, 2023
6206b6c
addresses reviews
Zevotech Sep 10, 2023
574a3c1
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Zevotech Sep 10, 2023
d79970d
cargo access, holopads, intercoms
Zevotech Sep 14, 2023
0b19e8e
folders and clipboard
Zevotech Sep 14, 2023
d62f515
recharger, powercells, grinder, shrink table
Zevotech Sep 14, 2023
7ffc302
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Zevotech Sep 14, 2023
1f2c0ab
fix linter issue
Zevotech Sep 14, 2023
b1a61ec
gfksdhfasdfhdysf fix linters
Zevotech Sep 14, 2023
27853bb
just one more intercom bro
Zevotech Sep 14, 2023
5d56ab1
fsggggsfsgdfhgfs
Zevotech Sep 14, 2023
25365a6
sgihsghyrtgserhgyugyuhgus
Zevotech Sep 14, 2023
79474dc
Merge branch 'master' into skipper-remap
Zevotech Sep 15, 2023
764c5b1
i love when gh randomly decides to fuckover my map
Zevotech Sep 15, 2023
0520265
huh?
Zevotech Sep 15, 2023
8bcc00b
PUUUUUUUUUUUUUUUUUUUUUMP
Zevotech Sep 15, 2023
14e07a1
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Zevotech Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions _maps/configs/nanotrasen_skipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Engineering",
"Mining"
],
"starting_funds": 4000,
"starting_funds": 4500,
"roundstart": true,
"job_slots": {
"Captain": {
Expand All @@ -36,13 +36,25 @@
"Medical Doctor": 1,
"Engineer": {
"outfit": "/datum/outfit/job/engineer/nt",
"slots": 3
"slots": 1
},
"Atmospheric Technician": {
"outfit": "/datum/outfit/job/atmos",
"slots": 1
},
"Shaft Miner": 2,
"Cargo Technician": {
"outfit": "/datum/outfit/job/cargo_tech",
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/security/nanotrasen",
"slots": 1
},
"Cook": {
"outfit": "/datum/outfit/job/cook",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/assistant",
"slots": 3
Expand Down
Loading