Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into overmap4
Browse files Browse the repository at this point in the history
  • Loading branch information
retlaw34 committed Jun 23, 2022
2 parents 813003d + d281c5e commit 2843387
Show file tree
Hide file tree
Showing 23 changed files with 8,738 additions and 164 deletions.
13 changes: 9 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
/code/modules/shuttle/ @MarkSuckerberg
/code/modules/overmap/ @MarkSuckerberg

# triplezeta
/icons/ @triplezeta
/whitesands/icons/ @triplezeta
# Teams

# Map Maintainers
/_maps/ @shiptest-ss13/maptainers

# Sprite Maintainers
/icons/ @shiptest-ss13/spritetainers
/whitesands/icons/ @shiptest-ss13/spritetainers

# CI and tool chains
/tools/ @MarkSuckerberg @ZephyrTFA
/tools/ @shiptest-ss13/admins

#SIC SEMPER TYRANNIS
/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm @MarkSuckerberg
36 changes: 36 additions & 0 deletions _maps/configs/tranq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"map_name": "Tranquility-class Flying Apartment Complex",
"prefix": "ISV",
"namelists": ["GENERAL", "SPACE", "NATURAL"],
"map_short_name": "Tranquility-class",
"map_path": "_maps/shuttles/shiptest/tranq.dmm",
"map_id": "tranq",
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/captain/western",
"officer": true,
"slots": 1
},
"Scholar": {
"outfit": "/datum/outfit/job/curator/librarian",
"slots": 1
},
"Medical Tenant": {
"outfit": "/datum/outfit/job/chemist/pharmacologist",
"slots": 1
},
"Engineering Tenant": {
"outfit": "/datum/outfit/job/engineer/electrician",
"slots": 1
},
"Tenant": {
"outfit": "/datum/outfit/job/curator/dungeonmaster",
"slots": 1
},
"Resident Artist": {
"outfit": "/datum/outfit/job/assistant/artist",
"slots": 1
}
},
"cost": 1000
}
Loading

0 comments on commit 2843387

Please sign in to comment.