-
Notifications
You must be signed in to change notification settings - Fork 592
changeling balance and rot timer increase for absorbed victims #5682
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Turk1shcat
wants to merge
23
commits into
ss14Starlight:starlight-dev
Choose a base branch
from
Turk1shcat:changeling-update-1
base: starlight-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cc31147
one commit because i messed up the history or whatever. sorry
Turk1shcat e85669c
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat ad2a9c7
fix whitespaces ig
Turk1shcat b0d6cd9
braces to appease the rabbit gods
Turk1shcat f354b60
im dumb, thanks walks
Turk1shcat bd337c4
region block to appease the rabbit gods
Turk1shcat 47230f2
starlight edit clarity
Turk1shcat 3c53ec5
no more override flash immunity (sharedflashsystem)
Turk1shcat 58b7c50
Refactor flash handling and clean up comments
Turk1shcat d426f1e
no more flash immunity
Turk1shcat 0edce19
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat b95d699
whitespaces.....
Turk1shcat ac28669
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat 108ef76
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat bd6c4f5
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat 0cc3255
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat bd694c9
removed _Starlight edit comments
Turk1shcat f164df9
Remove redundant comments
Turk1shcat c016100
remove fluff description
Turk1shcat 876316c
Apply suggestion from @walksanatora
Turk1shcat aeb38a7
Merge branch 'starlight-dev' into changeling-update-1
Turk1shcat 538b81a
partial class stuff
Turk1shcat 2ea47c0
Remove SetRotAfter method from SharedRottingSystem
Turk1shcat 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -175,4 +175,15 @@ public int RotStage(EntityUid uid, RottingComponent? comp = null, PerishableComp | |
|
|
||
| return (int) (comp.TotalRotTime.TotalSeconds / perishable.RotAfter.TotalSeconds); | ||
| } | ||
|
|
||
| // starlight edit - start | ||
| public bool SetRotAfter(EntityUid uid, TimeSpan newTime, PerishableComponent? perishable = null) | ||
| { | ||
| if (!Resolve(uid, ref perishable)) | ||
| return false; | ||
|
Collaborator
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. can you please move this function into a partial class. if you need help you can ping me on discord and I can help (you technically dont have to because this was submitted before the announcement, but it saves us future cleanup) |
||
|
|
||
| perishable.RotAfter = newTime; | ||
| return true; | ||
| } | ||
|
Turk1shcat marked this conversation as resolved.
Outdated
|
||
| // starlight edit - end | ||
|
Turk1shcat marked this conversation as resolved.
Outdated
|
||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.