Ludeon Forums

RimWorld => Bugs => Topic started by: Orion on May 11, 2016, 05:17:40 AM

Title: [A13] ThoughtWorker_Comfort
Post by: Orion on May 11, 2016, 05:17:40 AM
The core class ThoughtWorker_Comfort has the following line:
if (p.needs.joy == null)
which should be
if (p.needs.comfort == null)
Title: Re: [A13] ThoughtWorker_Comfort
Post by: ison on May 26, 2016, 08:30:02 AM
Fixed, thanks.