-
Notifications
You must be signed in to change notification settings - Fork 4
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
Old Man Ported #62
Old Man Ported #62
Conversation
RSI Diff Bot; head commit 19842fb merging into 783a509 Resources/Textures/_SCP/Interface/Actions/oldman.rsi
|
//Die in pocket dimension | ||
private void OnStateChange(EntityUid uid, PocketDimensionInhabitantComponent comp, MobStateChangedEvent args) | ||
{ | ||
if (args.NewMobState == MobState.Critical || args.NewMobState == MobState.Dead) |
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.
Can you early return this if statement as well to keep in line with the rest of the code?
//Dimension Setup | ||
private void OnStartup(EntityUid owner, PocketDimensionHolderComponent comp, ComponentStartup args) | ||
{ | ||
if (comp.pocketDimensionGrid == null) |
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.
could you early return? you do it in the next function. should be able to make it an if not.
linter aint happy 👎 |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Known issue with no popup appearing if 106 attempts to create a teleport node within the pocket dimension
All sprites are placeholders
Incomplete Features
Resolves #54