Shower (Room) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The Shower room caters to the "Hygiene" need of Prisoner entities.
##Modding
See Rooms - Modding for details on how to change menu, icon, sprites and settings.
For reference here is the definition of this Room:
BEGIN Room
-
NameShower -
BEGINRequirementTypeObjectId[ShowerHead](ShowerHead (Object))END -
BEGINLikelyObjectId[Drain](Drain (Object))ENDEND
END
###Scripting
It's not currently possible to script the actual rooms themselves.
##Notes
The "Hygiene" need is primarily increased by sleeping, so Shower rooms should be placed close to accommodation rooms.
##See Also
-
Rooms:
- [
HoldingCell](HoldingCell (Room))
- [
-
Consumables:
- [
LargePipe](LargePipe (Consumable)) - [
SmallPipe](SmallPipe (Consumable))
- [
-
Materials:
- [
CeramicFloor](CeramicFloor (Material)) - [
WhiteTiles](WhiteTiles (Material))
- [

