Ludeon Forums

RimWorld => Bugs => Topic started by: K4nna on August 29, 2021, 05:15:44 AM

Title: [1.3.3102] Slab bed, Flammability missing
Post by: K4nna on August 29, 2021, 05:15:44 AM
Hello,

The Wooden slab bed can't burn, same for Metallic and for Slab double bed.

By looking xml files, we found from where the issue come:
<statBases Inherit="False">
      <MaxHitPoints>140</MaxHitPoints>
      <WorkToBuild>400</WorkToBuild>
      <Mass>30</Mass>
      <BedRestEffectiveness>1</BedRestEffectiveness>
      <ImmunityGainSpeedFactor>1.07</ImmunityGainSpeedFactor>
      <SurgerySuccessChanceFactor>1</SurgerySuccessChanceFactor>
    </statBases>

Inherit="False" without <Flammability>1.0</Flammability>, so of course it can't burn.

My guess is that Slab bed was thought to be made only from stone, then woody/metallic was added but flammability forgotten.
Title: Re: [1.3.3102] Slab bed, Flammability missing
Post by: Pheanox on October 13, 2021, 06:54:33 PM
Thanks for the bug report, I have confirmed this in 1.3.3144.  I'll have a report in for the devs to review!