-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e
- Loading branch information
Showing
13 changed files
with
117 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
.../game/jobs/job/command/auxiliary/pilot.dm → ...e/jobs/job/command/auxiliary/cas_pilot.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/datum/job/command/pilot | ||
title = JOB_PILOT | ||
total_positions = 2 | ||
spawn_positions = 2 | ||
/datum/job/command/cas_pilot | ||
title = JOB_CAS_PILOT | ||
total_positions = 1 | ||
spawn_positions = 1 | ||
allow_additional = TRUE | ||
scaled = TRUE | ||
supervisors = "the auxiliary support officer" | ||
flags_startup_parameters = ROLE_ADD_TO_DEFAULT | ||
gear_preset = /datum/equipment_preset/uscm_ship/po | ||
entry_message_body = "<a href='"+WIKI_PLACEHOLDER+"'>Your job is to fly, protect, and maintain the ship's dropship.</a> While you are an officer, your authority is limited to the dropship, where you have authority over the enlisted personnel. If you are not piloting, there is an autopilot fallback for command, but don't leave the dropship without reason." | ||
entry_message_body = "<a href='"+WIKI_PLACEHOLDER+"'>Your job is to fly, protect, and maintain the ship's gunship.</a> While you are an officer, your authority is limited to the dropship, where you have authority over the enlisted personnel." | ||
|
||
// Dropship Roles is both PO and DCC combined to not force people to backtrack | ||
AddTimelock(/datum/job/command/pilot, list( | ||
AddTimelock(/datum/job/command/cas_pilot, list( | ||
JOB_DROPSHIP_ROLES = 2 HOURS | ||
)) | ||
|
||
/obj/effect/landmark/start/pilot | ||
name = JOB_PILOT | ||
name = JOB_CAS_PILOT | ||
icon_state = "po_spawn" | ||
job = /datum/job/command/pilot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/datum/job/command/dropship_pilot | ||
title = JOB_DROPSHIP_PILOT | ||
total_positions = 1 | ||
spawn_positions = 1 | ||
allow_additional = TRUE | ||
scaled = TRUE | ||
supervisors = "the auxiliary support officer" | ||
flags_startup_parameters = ROLE_ADD_TO_DEFAULT | ||
gear_preset = /datum/equipment_preset/uscm_ship/po | ||
entry_message_body = "<a href='"+WIKI_PLACEHOLDER+"'>Your job is to fly, protect, and maintain the ship's transport dropship.</a> While you are an officer, your authority is limited to the dropship, where you have authority over the enlisted personnel. If you are not piloting, there is an autopilot fallback for command, but don't leave the dropship without reason." | ||
|
||
// Dropship Roles is both PO and DCC combined to not force people to backtrack | ||
AddTimelock(/datum/job/command/cas_pilot, list( | ||
JOB_DROPSHIP_ROLES = 2 HOURS | ||
)) | ||
|
||
/obj/effect/landmark/start/pilot | ||
name = JOB_DROPSHIP_PILOT | ||
icon_state = "po_spawn" | ||
job = /datum/job/command/pilot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters