Re-package with visitation + Yard/Lockup bundled; ROADMAP: these ship now

This commit is contained in:
flan
2026-07-15 22:05:59 +00:00
parent 26205b9206
commit fe8971c1db
7 changed files with 61 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!--
The Yard/Lockup schedule blocks. They show in the Restrict tab for any pawn that HAS a timetable;
vanilla prisoners do not, so this pairs with Prison Labor (which gives prisoners a timetable). Yard
allows recreation, so with the prisoner Joy need enabled the held head out to a rec area; Lockup
denies it and confines them to the cell. MapComponent_Lockup adds the mood cost of being locked up.
-->
<TimeAssignmentDef>
<defName>Institution_Yard</defName>
<label>yard</label>
<color>(74, 138, 90)</color>
</TimeAssignmentDef>
<TimeAssignmentDef>
<defName>Institution_Lockup</defName>
<label>lockup</label>
<color>(120, 70, 70)</color>
<allowJoy>false</allowJoy>
<allowRest>true</allowRest>
</TimeAssignmentDef>
</Defs>