-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MP resprite and overhaul redux [IDB IGNORE] #5646
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3fd6d40
init sprites
stanalbatross 8277bce
WIP Rework Stuff
Geevies 9258a10
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies 1ecf955
more stuff
Geevies 62dd783
even more stuff
Geevies 91aed84
remove SM time requirement for command roles
Geevies ceec82c
a lot more stuff
Geevies 9d97f63
finishing touches
Geevies 95f86ca
make sm sgts again
Geevies a0593b4
make them PFCs again, pending discussion
Geevies 087daed
pfc under 10 hours, cpl over
Geevies ef0c9ca
show MAT before SM in preferences
Geevies c300734
update spawn messages
Geevies cd08fb2
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies eb5c046
shift back to MPs
Geevies a7bebb3
more stuff
Geevies f0658a4
even more stuff i love conflicts
Geevies 9b81f53
wahoo
Geevies fc48ea1
woop woop
Geevies be420d8
standard-issue rifles
Geevies ab35d69
sad
Geevies 34269ba
i'll show you where you can put your detailed vari
Geevies 034faf1
more sprite stuff
Geevies 27d3177
change to DC
Geevies 37811ee
gun safety examine
Geevies 87ffb88
resolve merge error
Geevies e1045b1
orange border
Geevies a11e525
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies a4493e5
red again
Geevies 3fb7b9d
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies 0cd2cb0
the REAL red
Geevies c332991
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies d252a7b
stuff
Geevies 9b59310
awesome frans helmets
Geevies 8acce17
re-add timelock
Geevies 95e0b40
fix shiva helmet
Geevies 68d82f8
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies be15bcf
Merge remote-tracking branch 'ColonialMarines/master' into !MPS_REWORK
Geevies 54e3ec0
geeves forces me to rebase his pr
9a6b8c7
Merge remote-tracking branch 'cmss13-devs/master' into !MPS_REWORK
362295a
conflict fixing, geeves please use my rebase method
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,7 +404,7 @@ var/global/datum/authority/branch/evacuation/EvacuationAuthority //This is initi | |
if("dest_trigger") | ||
if(EvacuationAuthority.initiate_self_destruct()) nanomanager.close_user_uis(usr, src, "main") | ||
if("dest_cancel") | ||
var/list/allowed_officers = list("Commanding Officer", "Executive Officer", "Staff Officer", "Chief MP","Chief Medical Officer","Chief Engineer") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Document it. |
||
var/list/allowed_officers = list(JOB_CO, JOB_XO, JOB_SO, JOB_CHIEF_POLICE, JOB_CMO, JOB_CHIEF_ENGINEER) | ||
if(!allowed_officers.Find(usr.job)) | ||
to_chat(usr, SPAN_NOTICE("You don't have the necessary clearance to cancel the emergency destruct system.")) | ||
return | ||
|
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
//Chief MP | ||
/datum/job/command/warrant | ||
/datum/job/command/cmp | ||
title = JOB_CHIEF_POLICE | ||
selection_class = "job_cmp" | ||
flags_startup_parameters = ROLE_ADD_TO_DEFAULT | ||
gear_preset = /datum/equipment_preset/uscm_ship/uscm_police/cmp | ||
entry_message_body = "<a href='"+URL_WIKI_CMP_GUIDE+"'>You</a> are held by a higher standard and are required to obey not only the server rules but the <a href='"+URL_WIKI_LAW+"'>Marine Law</a>. Failure to do so may result in a job ban or server ban. You lead the Military Police, ensure your officers maintain peace and stability aboard the ship. Marines can get rowdy after a few weeks of cryosleep! In addition, you are tasked with the security of high-ranking personnel, including the command staff. Keep them safe!" | ||
gear_preset = /datum/equipment_preset/uscm_ship/mp/cmp | ||
entry_message_body = "<a href='"+URL_WIKI_CMP_GUIDE+"'>You</a> are held by a higher standard and are required to obey not only the server rules but the <a href='"+URL_WIKI_LAW+"'>Marine Law</a>. Failure to do so may result in a job ban or server ban. You lead the Military Police, ensure they keep the peace and stability aboard the ship. Marines can get rowdy after a few weeks of cryosleep! In addition, you are tasked with the security of high-ranking personnel, including the command staff. Keep them safe!" | ||
|
||
AddTimelock(/datum/job/command/warrant, list( | ||
AddTimelock(/datum/job/command/cmp, list( | ||
JOB_POLICE_ROLES = 15 HOURS, | ||
JOB_COMMAND_ROLES = 5 HOURS | ||
)) | ||
|
||
/obj/effect/landmark/start/warrant | ||
name = JOB_CHIEF_POLICE | ||
job = /datum/job/command/warrant | ||
job = /datum/job/command/cmp |
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 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undocumented change