RimWorld

RimWorld

One bed to sleep with all - Polycule Edition
Showing 1-10 of 30 entries
< 1  2  3 >
Update: 26 Sep @ 10:34pm

Add some try/catch handling for exceptions to isolate where things are going wrong.

Update: 24 Sep @ 6:39am

Recompile as Release to disable the debugging log spam.

Update: 23 Sep @ 8:00pm

Re-add the medical check, with some debugging.

Update: 23 Sep @ 10:12am

Revert to the version before the mess started, until I can fully test and debug what's going on.

Update: 23 Sep @ 7:26am

Whups, I completely forgot this can be null. Thanks to @Mesez for pointing it out.

Update: 22 Sep @ 9:16pm

Hopefully reduce people preferring to sleep with a partner than in a medical bed.

To be fair, I'd probably do the same.

Update: 10 Sep @ 12:40pm

Fix that in more places.

Update: 8 Sep @ 7:42pm

Attempt to fix the error reported by @Geojak

Update: 5 Sep @ 6:17am

When choosing a random person to join in bed, do the randomness consistently for a given person and game-day.

Hopefully this should fix a reported instance of people desperately wanting to be in multiple beds at once, and not getting any sleep due to being indecisive. Thanks to @ptkato for the report.

Update: 11 Aug @ 1:53am

Improve null-reference checking.

So far as I know those should never be null, but...