Skip to content
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 2 commits into from
Jan 27, 2025
Merged

Conversation

Gw0sty
Copy link
Collaborator

@Gw0sty Gw0sty commented Jan 21, 2025

About The Pull Request

  • Robotic repair patches: 10 u of nanite slurry -> 9 u of nanite slurry

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:

@Gw0sty Gw0sty added the Fix fix da bug label Jan 21, 2025
This was referenced Jan 21, 2025
Copy link
Member

@Absolucy Absolucy left a 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"
Copy link
Member

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 Absolucy added the awaiting admin review PR is fine code-wise, just needs admin approval now. label Jan 25, 2025
@ThePooba ThePooba merged commit 95a94c3 into Monkestation:master Jan 27, 2025
26 checks passed
github-actions bot added a commit that referenced this pull request Jan 27, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pax not appearing visually inside of beakers. robotics healing kit
3 participants