-
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.
# About the pull request Removes the Pilot Officer role. Replaces it with the Gunship Pilot and the Dropship Pilot. One mans the CAS ship, one mans the transport ship always. No more petty arguing. # Explain why it's good for the game Currently with two pilot officers, the round goes one of two ways. Either A, there's only one at round start and they get CAS. Or B, there's two POs and they argue and bicker over who gets CAS. Eventually one of them gets CAS and the other one either cryo's or spends the next 2~ hours bored out of their mind. Dropship PO is NOT fun. It just isn't. Anybody who says they have ever enjoyed dropship PO is a liar and a rube sent here by the CLF to spread lies and deceit AND they're paid off by the Rothschilds. The whole point of the second PO is to man the Alamo, but with how different CAS PO and Dropship PO are they might as well be two roles. I really enjoy playing CAS, but the issue is every time I want to roll PO to do so I'm scared away by the thought that I'll get trapped playing dropship for the whole round instead of a marine roll. By separating the two roles like this, now whenever you role CAS pilot, if you get it, you will always get the experience which you want. If you roll Dropship pilot, you will always get the experience you want. This PR will prevent the countless rounds wasted rolling PO, losing rock paper scissors, and cryoing, having to sit and wait for the next round to start to try again. <details> <summary>Screenshots & Videos</summary> 🐾🐾🐾🐾🐾🐾🐾🐾🐾 </details> # Changelog :cl: add: PO has been split into two roles, the gunship pilot and the dropship pilot, no more arguing over who gets CAS. /:cl: --------- Co-authored-by: Drathek <[email protected]>
- Loading branch information
Showing
18 changed files
with
281 additions
and
176 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
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.
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
Binary file not shown.
Oops, something went wrong.