Skip to content

Heath rework patch one#660

Merged
MrMelbert merged 27 commits into
masterfrom
day_1_rework_dlc
Mar 22, 2025
Merged

Heath rework patch one#660
MrMelbert merged 27 commits into
masterfrom
day_1_rework_dlc

Conversation

@MrMelbert
Copy link
Copy Markdown
Owner

Changes:

  • The rate at which coldness slows you down has been reduced by 5x

    • This also means the maximum amount of slowdown from coldness is 5x less
  • Tweak to lung damage from vacuums

    • Halved the damage per breath
  • Tweaks to shaft miners (namely their skill chip)

    • While on lavaland, shaft miners can sprint 1.5x longer, and their sprint regenerates 1.5x faster
    • Additionally, they have access to an "emergency sprint", which injects them with a few chemicals that boosts their runspeed and nullifies slowdown from damage.
    • These are intended help people escape from megafauna they accidentally aggro, since - as it turns out - accidentally sprinting head-first into one was pretty deadly.
  • Adds a VV dropdown to humans called "make me tanky" which admins can use to artificially make a human more resilient

  • Ports + tweaks to medical items

    • Auto-cycling between damaged limbs on LMB
    • Most medical items now work on pierce immune skin
  • Tweaks to silverscales

    • Tongues are no longer worth 65000 points, now instead worth 200
    • Tongue no longer grants TRAIT_PIERCEIMMUNE, TRAIT_RESISTHIGHPRESSURE, TRAIT_RESISTLOWPRESSURE, TRAIT_VIRUSIMMUNE. I intend to re-integrate these into the tongue later on, but I have to refactor bodyparts a bit first
  • Tweaks to CPR

    • When you help-intent click on someone who is on the floor, it now opens a radial. You can pick from checking their pulse, doing CPR, or just shaking them.
    • This behavior can be toggled off in the game settings
    • There is two emotes, *cpr and *check which allow you to do those actions if you toggle off the help radial.
  • Vitals floor scanner can be rotated

  • Adds Nitroglycerin pills to cargo prescriptions

Planned changes:

  • Tweaks to shock and paincrit to make it less binary
  • Tweaks to nobreath
  • Tweaks to the heartbeat SFX to make it less constant
  • Re-adding feeling "cold" when you blood is low (and general reworks to blood volume)
  • Adjusting damage / effects from high temp

Distant changes:

  • Reworks to being husked (making it per-bodypart)
  • Reworks to hypo / hyperthermia
  • Adding proper splints
  • Frostbite

@github-actions github-actions Bot added Sprites Fixing up coder sprites is nice Non-Module Code Touches main files. Proceed with caution labels Feb 8, 2025
for(var/i in picked)
switch(i)
if("More effective HP")
add_consciousness_modifier("badmin", major ? 30 : 10)
Copy link
Copy Markdown
Contributor

@CRITAWAKETS CRITAWAKETS Feb 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applies to the whole of it, but the exact changes in stats should be catalogued somewhere out of code to make it easier for newer admemes. Likely just change the strings to say what it does more precisely.

Comment thread code/modules/mob/living/carbon/human/human.dm
Comment thread code/modules/surgery/organs/internal/lungs/_lungs.dm
@github-actions github-actions Bot added the Merge Conflict Resolve it or perish label Feb 19, 2025
@MrMelbert MrMelbert removed the Merge Conflict Resolve it or perish label Feb 20, 2025
@github-actions github-actions Bot added the Merge Conflict Resolve it or perish label Feb 21, 2025
@github-actions github-actions Bot removed the Merge Conflict Resolve it or perish label Feb 21, 2025
@github-actions github-actions Bot added the Merge Conflict Resolve it or perish label Feb 22, 2025
@github-actions github-actions Bot added the Merge Conflict Resolve it or perish label Mar 2, 2025
@github-actions github-actions Bot removed the Merge Conflict Resolve it or perish label Mar 3, 2025
@MrMelbert MrMelbert enabled auto-merge (squash) March 22, 2025 02:57
@MrMelbert MrMelbert merged commit 5ace48c into master Mar 22, 2025
@MrMelbert MrMelbert deleted the day_1_rework_dlc branch March 22, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Non-Module Code Touches main files. Proceed with caution Sprites Fixing up coder sprites is nice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants