-
Notifications
You must be signed in to change notification settings - Fork 280
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
Even more various fixes #5019
Merged
Merged
Even more various fixes #5019
Conversation
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 was referenced Jan 21, 2025
Closed
Absolucy
approved these changes
Jan 25, 2025
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.
minor nitpick but code's fine regardless
@@ -2446,7 +2446,7 @@ | |||
/datum/reagent/pax | |||
name = "Pax" | |||
description = "A colorless liquid that suppresses violence in its subjects." | |||
color = "#AAAAAA55" | |||
color = "#aaaaaaff" |
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.
Suggested change
color = "#aaaaaaff" | |
color = rgb(170, 170, 170) |
just to make it a bit more readable, I suppose.
ff
is 255, the maximum alpha, anyways
Absolucy
added
the
awaiting admin review
PR is fine code-wise, just needs admin approval now.
label
Jan 25, 2025
This was referenced Jan 25, 2025
This was referenced Jan 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting admin review
PR is fine code-wise, just needs admin approval now.
Balance
perfectly balanced as all things should be
Fix
fix da bug
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.
About The Pull Request
This brings it just under the threshhold for a overdose. You can either use one patch to heal some basic healing or apply two and heal organ damage.
Robotic Repair bags. Added 5 cable coils.
Preemo Robotic repair bags 5 cable coils -> 30 cable coils. --- Added A singular blood bag of oil.
Fixes: robotics healing kit #4862
Increased the alpha levels for the colour of Pax.
Pax was nearly invisible due to having a alpha level mixed wtih the transparency of being in a beaker. This alleviates that issue
Fixes: Pax not appearing visually inside of beakers. #4923
Why It's Good For The Game
Changelog
🆑
balance: A singular robotic repair patch wont trigger a overdose and now will heal.
balance: Blood bag and full coil roll has been added to the premium robotic repair bag. And 5 coil added to basic robotic repair bag
fix: Fixed pax functionally being invisible.
/:cl: