-
Notifications
You must be signed in to change notification settings - Fork 33
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
Heath rework patch one #660
base: master
Are you sure you want to change the base?
Conversation
for(var/i in picked) | ||
switch(i) | ||
if("More effective HP") | ||
add_consciousness_modifier("badmin", major ? 30 : 10) |
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.
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.
@@ -857,7 +857,62 @@ | |||
|
|||
qdel(src) | |||
|
|||
if(href_list[VV_HK_MAKE_ME_TANKY]) |
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.
Needs to be logged, if unlogged this would be a MAJOR route for possible admin abuse shenanigans.
@@ -655,7 +655,7 @@ | |||
to_chat(breather, span_boldwarning("You feel air force itself into your lungs!")) | |||
|
|||
breather.cause_pain(BODY_ZONE_CHEST, 10, BRUTE) | |||
apply_organ_damage(15) | |||
apply_organ_damage(maxHealth * 0.075) |
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.
Is this intended to always have the same amount of damage based on the lung? This would really only affect smokers right now but i'm not sure about max health-based scaling on this
|
||
/obj/item/skillchip/job/off_z_pain_resistance/Initialize(mapload, is_removable) | ||
. = ..() | ||
create_reagents(25) |
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.
create_reagents(25) | |
create_reagents(max_vol = 25) |
Changes:
The rate at which coldness slows you down has been reduced by 5x
Tweak to lung damage from vacuums
Tweaks to shaft miners (namely their skill chip)
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
Tweaks to silverscales
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 firstTweaks to CPR
Vitals floor scanner can be rotated
Adds Nitroglycerin pills to cargo prescriptions
Planned changes:
Distant changes: