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

Buffs Liver's anti-toxin power, Removes deadly shit from Vent_Clog #8130

Closed
wants to merge 6 commits into from
Closed

Buffs Liver's anti-toxin power, Removes deadly shit from Vent_Clog #8130

wants to merge 6 commits into from

Conversation

Aticius
Copy link
Contributor

@Aticius Aticius commented Jan 29, 2020

Reagents are in a bad spot under Brainmed; Some do literally nothing now, some kill you before you can teleport to the medbay and get your head cracked open.

This should fix the source of that problem; and make the culprit stop killing innocent spacemen. The Lethality of reagents is through the roof. Something as simple as Plant-Killer, in a 30u dose, will kill someone faster than is legitimately possible to save; to say nothing of actual chemicals meant to kill someone.

There's probably going to be a feedback required, so I'll just make a thread pre-emptively, here: https://forums.aurorastation.org/topic/13764-defanged-scrubber-backflow-event-feedback/

@Aticius
Copy link
Contributor Author

Aticius commented Jan 29, 2020

Aw hell. Time to get to work.

@Aticius
Copy link
Contributor Author

Aticius commented Jan 29, 2020

!review

@NonQueueingMatt
Copy link
Contributor

Why are you buffing livers AND nerfing toxins? The end result is that poison will probably be nearly useless.

Copy link
Contributor

@NonQueueingMatt NonQueueingMatt left a comment

Choose a reason for hiding this comment

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

a

@@ -39,20 +39,20 @@
// Robotic organs filter better but don't get benefits from dylovene for filtering.
if(BP_IS_ROBOTIC(src))
filter_effect += 1
if(getToxLoss() >= 60) //Too many toxins to process. Abort, abort.
Copy link
Contributor

Choose a reason for hiding this comment

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

120 is a number we already tried. It doesn't work because that's 2 or more fucked up organs and that's an extremely unreasonable amount of toxloss to get.

@@ -12,7 +12,7 @@
fallback_specific_heat = 0.75

var/target_organ // needs to be null by default
var/strength = 4 // How much damage it deals per unit
var/strength = 2 // How much damage it deals per unit

/datum/reagent/toxin/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why? I don't think it's a good idea to blanket nerf toxins AND blanket buff the liver. That's extremely reactionary.

Comment on lines +9 to +10
min_bruised_damage = 45
min_broken_damage = 65
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you buffing these numbers? The liver is reasonably hard to hit. If anything you should be looking at organ damage dealt by inefficient filtering.


max_damage = 70
max_damage = 80
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto above.

@Geevies
Copy link
Contributor

Geevies commented Feb 1, 2020

Contributor seemingly left the server. Closing.

@Geevies Geevies closed this Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants