Ludeon Forums

RimWorld => Bugs => Topic started by: Mehni on June 21, 2017, 09:42:39 AM

Title: [A17] Stomach (vital organ) gets suggested for amputation
Post by: Mehni on June 21, 2017, 09:42:39 AM
Upon contracting infection or gutworms, there's an option to remove the stomach.

The stomach is a vital organ.

Removing the stomach kills the patient.

Like other vital organs, stomachs should probably get the <dontSuggestAmputation>true</dontSuggestAmputation> XML tag.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: faltonico on June 26, 2017, 02:38:06 PM
I didn't notice that.
But the real error is making the stomach a vital organ, not being able to remove it. It is not IRL.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: nccvoyager on June 26, 2017, 07:34:42 PM
Indeed, it would seem that the bug in question is that the stomach is considered a vital organ in A17.

In older versions, the stomach was not considered a vital organ that killed the patient upon removal, and was thus completely fine for amputation/removal.
The pawn would then eat at an extremely slow rate as a result.
IIRC, this behaviour was implemented in anticipation of eventually being able to replace a stomach.

As-is, the removal of a stomach in reality is done, for certain types of cancer most often, and people can live without a stomach.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: faltonico on June 27, 2017, 04:25:35 AM
What changed was:

    <activities>
      <li>Eating_digestion</li>
    </activities>

to

    <tags>
      <li>MetabolismSource</li>
    </tags>

I haven't tested what happens when deleting that or setting it back the way it was in A16.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: ison on August 31, 2017, 05:15:46 AM
The health system has been reworked in A17. I'll leave this for Tynan to decide whether stomach should be a vital organ.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: ison on November 08, 2017, 07:42:57 AM
bump
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: Tynan on September 10, 2018, 07:48:07 AM
It should not be a vital organ.

Of course pawns can eat even without one, which is weird, but we can allow it until they get a bionic stomach.
Title: Re: [A17] Stomach (vital organ) gets suggested for amputation
Post by: ison on October 05, 2018, 05:00:26 AM
Fixed, thanks.