diff --git a/.wiki/_DV/Laws/StandardOperatingProcedure.txt b/.wiki/_DV/Laws/StandardOperatingProcedure.txt
index 21057c21f9..3cf1581947 100644
--- a/.wiki/_DV/Laws/StandardOperatingProcedure.txt
+++ b/.wiki/_DV/Laws/StandardOperatingProcedure.txt
@@ -13,7 +13,7 @@ The terms specified below are defined for further use within the procedures.
:* Permanent Brig/Permabrig/Brig: A secure location for the long-term confinement of Prisoners. Typically outfitted to sustain the basic survival needs of the Prisoners within.
==Right to Refuse Service==
-All crew operating within their designated job locations are given the right to refuse service at any time for disorderly or abusive conduct. Additionally, all crew members are permitted to use nonlethal force to remove noncompliant or disorderly individuals only when such persons pose a threat to the safety of staff members, or disrupt the orderly functioning of the station. Service may not be refused to first responders acting to address or mitigate an emergency or crisis situation, unless such conduct is egregiously disorderly or abusive.
+All crew operating within their designated job locations are given the right to refuse service at any time for disorderly or abusive conduct. Additionally, all crew members are permitted to use nonlethal force to remove noncompliant or disorderly individuals only when such persons pose a threat to the safety of staff members, or disrupt the orderly functioning of the station. Service may not be refused to first responders or damage-control personnel acting to address or mitigate an emergency or crisis situation, unless such conduct is egregiously disorderly or abusive.
= Entity Definitions =
The following definitions are provided to clarify the legal protections- and obligations- that Standard Operating Procedures and Space Law provide to any given entity. Unless explicitly covered by a more distinctive term, all Entities are to be treated as such until clarification is provided.
@@ -79,6 +79,7 @@ Controlled Items include any item that is restricted from general possession and
* Technology utilizing bluespace as an integral part of its function.
* Teleportation and portal technology.
* Hydraulic or powered equipment designed for the electronic or mechanical bypass of secure-access systems.
+* Rapid construction/piping technology
Any individual requiring any above item in the course of their job, or for regular function, may request a document of authorization from the relevant departmental head. Such a document must have an itemized list of the approved Controlled Items, the name and position of the holder, and a signed and stamped statement by the authorizing party.
@@ -375,3 +376,22 @@ Medical staff are afforded the right to quarantine individuals that currently su
==Foreign Bodies==
Any parasitic alien organism that requires a living host to live and reproduce must be eliminated. An exception can be made for experimental purposes, provided a CO, CMO and Mystagogue were to approve it.
+
+=Engineering Regulations=
+==Health & Safety==
+* In public areas, all wiring must be concealed under tiles. In non-public areas, catwalks are recommended to be placed for the safety and mobility of workers.
+* The atmospheric distribution pipe ("distro") pressure should be no more than 500 kPa and composition should be a ratio of 70-80% nitrogen and 20-30% oxygen.
+* The atmospheric waste pipe ("waste") shall be kept free of clogging, and directed either to recycling, gas storage, or space.
+* Newly constructed burn chambers may not be located within the station or directly adjacent to the station's hull, unless receiving written authorization from Central Command.
+
+==Building Permits==
+Any renovations larger than small modifications to the station's structural layout, power network, or atmospheric system shall require a building permit or work order approved expressly by the Chief Engineer, or if a Chief Engineer is not present, the Captain or Acting Commanding Officer. Modifications within departments shall additionally require the approval of the relevant department head. Areas within maintenance tunnels do not require permission to modify. However, any modifications to maintenance tunnel passageways should ensure they remain traversable and unobstructed by personnel who need to use them as part of their job.
+
+==Emergency Access==
+In emergency situations, engineers are permitted to bypass door access (i.e. hack) and gain access to unauthorized locations if said locations require repairs.
+
+==Hazard Zones==
+An area with a hull breach, hazardous material leak, or other similar danger shall be considered a hazard zone. To ensure crew safety, engineering personnel are required to demarcate hazard zones with holofans, inflatable walls, and/or engineering tape prior to beginning work. Any non-authorized personnel impeding or preventing repairs in hazardous areas may be liable for endangerment.
+
+==Condemned Areas==
+The Chief Engineer may declare a section of the station condemned if repairs cannot be reasonably completed. In the event that there is no Chief Engineer, any engineer may condemn a section of the station with authorization from the Captain or Acting Commanding Officer. Doors leading to such areas shall be welded or bolted to prevent crew access.
diff --git a/Resources/Prototypes/_DV/Guidebook/StandardOperatingProcedure.yml b/Resources/Prototypes/_DV/Guidebook/StandardOperatingProcedure.yml
index 7c0716921b..04a1b6e939 100644
--- a/Resources/Prototypes/_DV/Guidebook/StandardOperatingProcedure.yml
+++ b/Resources/Prototypes/_DV/Guidebook/StandardOperatingProcedure.yml
@@ -12,6 +12,7 @@
- SecurityandJusticeRegulations
- Hearings
- MedicalRegulations
+ - EngineeringRegulations
# General Regulations Main Directory
@@ -104,6 +105,19 @@
- Quarantine
- StandardOfCare
+# Engineering Regulations Main Directory
+- type: guideEntry
+ id: EngineeringRegulations
+ name: Engineering Regulations
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EngineeringRegulations.xml
+ priority: 1
+ children:
+ - HealthAndSafety
+ - BuildingPermits
+ - EmergencyAccess
+ - HazardZones
+ - CondemnedAreas
+
## General Regulations Entries
- type: guideEntry
id: Definitions
@@ -298,3 +312,32 @@
id: StandardOfCare
name: Standard Of Care
text: /ServerInfo/Guidebook/_DV/SpaceLaw/MedicalRegulations/StandardOfCare.xml
+
+ ## Engineering Regulations Entries
+- type: guideEntry
+ id: HealthAndSafety
+ name: Health and Safety
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HealthAndSafety.xml
+
+
+- type: guideEntry
+ id: BuildingPermits
+ name: Building Permits
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/BuildingPermits.xml
+
+
+- type: guideEntry
+ id: EmergencyAccess
+ name: Emergency Access
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EmergencyAccess.xml
+
+
+- type: guideEntry
+ id: HazardZones
+ name: Hazard Zones
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HazardZones.xml
+
+- type: guideEntry
+ id: CondemnedAreas
+ name: Condemned Areas
+ text: /ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/CondemnedAreas.xml
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/ControlledISA/ControlledItems.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/ControlledISA/ControlledItems.xml
index a3838d9a94..1058bfe24d 100644
--- a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/ControlledISA/ControlledItems.xml
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/ControlledISA/ControlledItems.xml
@@ -16,6 +16,7 @@
- Technology utilizing bluespace as an integral part of its function.
- Teleportation and portal technology.
- Hydraulic or powered equipment designed for the electronic or mechanical bypass of secure-access systems.
+ - Rapid construction/piping technology
Any individual requiring any above item in the course of their job, or for regular function, may request a document of authorization from the relevant departmental head. Such a document must have an itemized list of the approved Controlled Items, the name and position of the holder, and a signed and stamped statement by the authorizing party.
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/BuildingPermits.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/BuildingPermits.xml
new file mode 100644
index 0000000000..ca1625f6ac
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/BuildingPermits.xml
@@ -0,0 +1,5 @@
+
+ # Building Permits
+Any renovations larger than small modifications to the station's structural layout, power network, or atmospheric system shall require a building permit or work order approved expressly by the Chief Engineer, or if a Chief Engineer is not present, the Captain or Acting Commanding Officer. Modifications within departments shall additionally require the approval of the relevant department head. Areas within maintenance tunnels do not require permission to modify. However, any modifications to maintenance tunnel passageways should ensure they remain traversable and unobstructed by personnel who need to use them as part of their job.
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/CondemnedAreas.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/CondemnedAreas.xml
new file mode 100644
index 0000000000..9a58d715dd
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/CondemnedAreas.xml
@@ -0,0 +1,5 @@
+
+ # Condemned Areas
+The Chief Engineer may declare a section of the station condemned if repairs cannot be reasonably completed. In the event that there is no Chief Engineer, any engineer may condemn a section of the station with authorization from the Captain or Acting Commanding Officer. Doors leading to such areas shall be welded or bolted to prevent crew access.
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EmergencyAccess.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EmergencyAccess.xml
new file mode 100644
index 0000000000..87cf6136a6
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EmergencyAccess.xml
@@ -0,0 +1,5 @@
+
+ # Emergency Access
+In emergency situations, engineers are permitted to bypass door access (i.e. hack) and gain access to unauthorized locations if said locations require repairs.
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EngineeringRegulations.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EngineeringRegulations.xml
new file mode 100644
index 0000000000..d0211885b2
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/EngineeringRegulations.xml
@@ -0,0 +1,18 @@
+
+
+# Engineering Regulations
+
+Engineering Regulations are the best practices, safety regulations, and department policies Engineering personnel must follow.
+
+[textlink="Health and Safety" link="HealthAndSafety"] regulations define standards for wiring, piping, and burn chambers.
+
+[textlink="Building Permits" link="BuildingPermits"] may be issued by the Chief Engineer to permit stationside construction or modifications.
+
+[textlink="Emergency Access" link="EmergencyAccess"] states that in emergency situations, Engineering personnel may gain unauthorized access to locations if said locations require urgent repairs.
+
+[textlink="Hazard Zones" link="HazardZones"] must be clearly marked by Engineering personnel.
+
+[textlink="Condemned Areas" link="CondemnedAreas"] are declared by the Chief Engineer if repairs cannot be reasonably completed.
+
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HazardZones.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HazardZones.xml
new file mode 100644
index 0000000000..c60029825e
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HazardZones.xml
@@ -0,0 +1,5 @@
+
+ # Hazard Zones
+An area with a hull breach, hazardous material leak, or other similar danger shall be considered a hazard zone. To ensure crew safety, engineering personnel are required to demarcate hazard zones with holofans, inflatable walls, and/or engineering tape prior to beginning work. Any non-authorized personnel impeding or preventing repairs in hazardous areas may be liable for endangerment.
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HealthAndSafety.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HealthAndSafety.xml
new file mode 100644
index 0000000000..5184f0ba66
--- /dev/null
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/EngineeringRegulations/HealthAndSafety.xml
@@ -0,0 +1,11 @@
+
+ # Health and Safety
+ - In public areas, all wiring must be concealed under tiles. In non-public areas, catwalks are recommended to be placed for the safety and mobility of workers.
+
+ - The atmospheric distribution pipe ("distro") pressure should be no more than 500 kPa and composition should be a ratio of 70-80% nitrogen and 20-30% oxygen.
+
+ - The atmospheric waste pipe ("waste") shall be kept free of clogging, and directed either to recycling, gas storage, or space.
+
+ - Newly constructed burn chambers may not be located within the station or directly adjacent to the station's hull, unless receiving written authorization from Central Command.
+
+
diff --git a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/GeneralRegulations/RightsToRefuseService.xml b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/GeneralRegulations/RightsToRefuseService.xml
index 72560559ce..d7cc23b1cb 100644
--- a/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/GeneralRegulations/RightsToRefuseService.xml
+++ b/Resources/ServerInfo/Guidebook/_DV/SpaceLaw/GeneralRegulations/RightsToRefuseService.xml
@@ -1,5 +1,5 @@
# Right to Refuse Service
- All crew operating within their designated job locations are given the right to refuse service at any time for disorderly or abusive conduct. Additionally, all crew members are permitted to use nonlethal force to remove noncompliant or disorderly individuals only when such persons pose a threat to the safety of staff members, or disrupt the orderly functioning of the station. Service may not be refused to first responders acting to address or mitigate an emergency or crisis situation, unless such conduct is egregiously disorderly or abusive.
+ All crew operating within their designated job locations are given the right to refuse service at any time for disorderly or abusive conduct. Additionally, all crew members are permitted to use nonlethal force to remove noncompliant or disorderly individuals only when such persons pose a threat to the safety of staff members, or disrupt the orderly functioning of the station. Service may not be refused to first responders or damage-control personnel acting to address or mitigate an emergency or crisis situation, unless such conduct is egregiously disorderly or abusive.