RimWorld

RimWorld

1,186 ratings
Set Owner for Prisoner Beds
7
4
18
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
File Size
Posted
Updated
5.641 MB
Apr 9, 2020 @ 12:34am
Jun 16, 2025 @ 4:20am
8 Change Notes ( view )

Subscribe to download
Set Owner for Prisoner Beds

Description
Adds a "Set owner" function for prisoner beds.

UPDATES
16-Jul-2021
- 1.3
Popular Discussions View All (3)
10
Sep 19, 2020 @ 12:39pm
is there a non steam download?
Waaaaaaaaat
2
Dec 3, 2020 @ 3:20am
NOT COMPATIBLE WITH PRISON LABOR
Mr. Mauer (Mollari)
0
May 23 @ 12:58am
Bug?
VoltronAWK
131 Comments
Sep 3 @ 10:55pm 
goat mod
May 22 @ 6:51am 
you have just made it more possible for me to torture the child raiders in my colony that i kidnapped, thankyou!
Feb 20 @ 11:50pm 
Thank you I really want this function
Sep 18, 2025 @ 1:33pm 
@Automatic
Just a heads up there's currently a compat issue with MultiFloors and Set Owner for Prisoner Beds right now that prevents prisoners from having their beds set when on any floor but the normal floor.
Sep 12, 2025 @ 6:24am 
Thanks for this mod.

But is there a workaround for the behavior where for injured prisoners, they first take them to my prison hospital, drop them to the bed, then pick them up again to put them in their non-hospital bed.

This loop really wastes a lot of time as my prison hospital is in the outer layer for easy access for new prisoners but my actual prison is near the center.
Jul 22, 2025 @ 12:29am 
@The Blind One

Lower mood = easier conversion
Higher mood = easier recruitment

The higher a pawns mood the more passive certainty they passively gain daily in their current ideo. The lower a pawns mood the lower passive certainty they gain.

Resistance never lowers or raises on it's own but it will go down faster if they're happy but they'll be recruited eventually either way so I find it unrewarding to bother making them happy.
Jul 16, 2025 @ 2:46am 
Great mod!

I didn't like that the gizmo button was diffrent than the other beds though, I changed it by replacing

[HarmonyPatch(typeof(Building_Bed), "GetGizmos")]
class PatchBuilding_BedGetGizmos
{
...
}

with

[HarmonyPatch(typeof(CompAssignableToPawn_Bed), "ShouldShowAssignmentGizmo")]
class PatchShouldShowAssignmentGizmo
{
static void Postfix(ref bool __result, CompAssignableToPawn __instance)
{
if (!__result) {
Building_Bed bed = __instance.parent as Building_Bed;
if (bed.Faction == Faction.OfPlayer && bed.ForPrisoners && !bed.Medical)
{
__result = true;
}
}
}
}

in PatchPrisonerBeds.cs
Apr 12, 2025 @ 9:46am 
@Careful!

Consider getting wololoo

Prisoners with high moods will start to doubt their ideology making it easier to convert them without needing to move them around.
Apr 11, 2025 @ 11:04am 
Since conversion requires low mood and recruitment high mood, this mod is a must functionality.
Dec 19, 2024 @ 1:52am 
i can finally create the horrific torture room ive always wanted to make!! thank you!!!