Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Browse files Browse the repository at this point in the history
…to metansing
  • Loading branch information
Zevotech committed Jul 12, 2024
2 parents a1428ac + 5d0bd9a commit 5163e5c
Show file tree
Hide file tree
Showing 56 changed files with 1,046 additions and 1,421 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/inteq_colossus.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_hound.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"limit": 2,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_talos.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
11 changes: 10 additions & 1 deletion _maps/configs/inteq_valor.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@
"officer": true,
"slots": 1
},
"Shuttle Pilot": {
"outfit": "/datum/outfit/job/inteq/warden/pilot",
"officer": true,
"slots": 1
},
"Shuttle Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic/empty",
"slots": 1
},
"Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic/empty",
"slots": 3
"slots": 2
},
"Enforcer": {
"outfit": "/datum/outfit/job/inteq/security/empty",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_vaquero.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
Loading

0 comments on commit 5163e5c

Please sign in to comment.