Skip to content

Commit

Permalink
maptainer stealth fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jan 18, 2024
1 parent e3ca3e8 commit 71653e0
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 229 deletions.
10 changes: 5 additions & 5 deletions _maps/configs/inteq_valor.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/captain/inteq/naked",
"outfit": "/datum/outfit/job/inteq/captain",
"officer": true,
"slots": 1
},
"Honorable Corpsman": {
"outfit": "/datum/outfit/job/cmo/inteq/naked",
"outfit": "/datum/outfit/job/inteq/cmo/empty",
"officer": true,
"slots": 1
},
"Corpsman": {
"outfit": "/datum/outfit/job/paramedic/inteq/naked",
"outfit": "/datum/outfit/job/inteq/paramedic/empty",
"slots": 3
},
"Enforcer": {
"outfit": "/datum/outfit/job/security/inteq/naked",
"outfit": "/datum/outfit/job/inteq/security/empty",
"slots": 2
},
"Recruit": {
"outfit": "/datum/outfit/job/assistant/inteq",
"outfit": "/datum/outfit/job/inteq/assistant",
"slots": 2
}
},
Expand Down
Loading

0 comments on commit 71653e0

Please sign in to comment.