[A13] ThoughtWorker_Comfort

Started by Orion, May 11, 2016, 05:17:40 AM

Previous topic - Next topic

Orion

The core class ThoughtWorker_Comfort has the following line:
if (p.needs.joy == null)
which should be
if (p.needs.comfort == null)

ison