-
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.
Merge branch 'XM43E1-alt2' of https://github.com/Kaga-404/CM13 into X…
…M43E1-alt2
- Loading branch information
Showing
65 changed files
with
1,360 additions
and
1,063 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/datum/job/command/pilot/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/gp | ||
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." | ||
|
||
/datum/job/command/pilot/whiskey | ||
total_positions = 2 | ||
spawn_positions = 2 | ||
|
||
// Dropship Roles is both DP, GP and DCC combined to not force people to backtrack | ||
AddTimelock(/datum/job/command/pilot/cas_pilot, list( | ||
JOB_DROPSHIP_ROLES = 2 HOURS | ||
)) | ||
|
||
/obj/effect/landmark/start/pilot/cas_pilot | ||
name = JOB_CAS_PILOT | ||
icon_state = "po_spawn" | ||
job = /datum/job/command/pilot/cas_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/pilot/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/dp | ||
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 DP, GP and DCC combined to not force people to backtrack | ||
AddTimelock(/datum/job/command/pilot/dropship_pilot, list( | ||
JOB_DROPSHIP_ROLES = 2 HOURS | ||
)) | ||
|
||
/obj/effect/landmark/start/pilot/dropship_pilot | ||
name = JOB_DROPSHIP_PILOT | ||
icon_state = "po_spawn" | ||
job = /datum/job/command/pilot/dropship_pilot |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.