Skip to content

Commit

Permalink
makes podpeople call parent (tgstation#65362)
Browse files Browse the repository at this point in the history
About The Pull Request

kinda fucked up that it doesnt.
Also while checking this PR I noticed other species also don't, kinda screwed up world we live in...
Why It's Good For The Game

Parent's spec_life is what checks if you have nobreath, and in which case it will remove all your oxygen damage and, if in crit, give you brute damage instead. Not having this makes you basically not take damage while in crit, which I think shouldn't be the case.
Changelog

cl
fix: Podpeople now take self-respiration into account when taking damage from critical condition, like most other species.
/cl
  • Loading branch information
JohnFulpWillard authored Mar 15, 2022
1 parent 65181c1 commit 770ef81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

if(H.nutrition < NUTRITION_LEVEL_STARVING + 50)
H.take_overall_damage(1 * delta_time, 0)
..()

/datum/species/pod/handle_chemicals(datum/reagent/chem, mob/living/carbon/human/H, delta_time, times_fired)
if(chem.type == /datum/reagent/toxin/plantbgone)
Expand Down

0 comments on commit 770ef81

Please sign in to comment.