diff --git a/code/modules/law/laws/major_crime.dm b/code/modules/law/laws/major_crime.dm index 58b30dfd6ce1..94ee72e869e1 100644 --- a/code/modules/law/laws/major_crime.dm +++ b/code/modules/law/laws/major_crime.dm @@ -38,9 +38,15 @@ desc = "Failure to perform one’s role to an acceptable standard. For example, a Commanding Officer failing to properly organize and ensure their personnel are given orders, failing to follow proper procedure in detriment of one’s duties, or ship crew leaving the ship without authorization from the Commanding Officer or their Department Head. Any officer who commits a crime may be charged with Neglect of Duty in addition to the appropriate crimes." brig_time = 15 +/datum/law/major_law/listening_bugs + name = "Unauthorized use of a Listening Device" + desc = "Using a listening device against SOP in a secure area such as the CIC. Use of listening devices tied to foreign governments or terror organisations is also considered subterfuge." + special_punishment = "Listening Device Confiscation" + brig_time = 15 + /datum/law/major_law/subterfuge name = "Subterfuge" - desc = "Carrying out objectives or being tied to material that describe planned actions that go against the USCM. Strong proof is required that the individual is working against USCM." + desc = "Carrying out objectives or being tied to material that describe planned actions that go against the USCM. Strong proof is required that the individual is working against USCM. Use of listening devices tied to foreign governments or terror organisations in secure areas is also considered subterfuge." special_punishment = "Termination of ID/Discharge to planet" brig_time = 15 diff --git a/code/modules/law/laws/minor_crime.dm b/code/modules/law/laws/minor_crime.dm index 651b9dd42d4f..e797c61d486d 100644 --- a/code/modules/law/laws/minor_crime.dm +++ b/code/modules/law/laws/minor_crime.dm @@ -29,6 +29,12 @@ special_punishment = "Escort Out" brig_time = 7.5 +/datum/law/minor_law/listening_bugs + name = "Unauthorized use of a Listening Device" + desc = "Using a listening device against SOP in a public area such as the gym." + special_punishment = "Listening Device Confiscation" + brig_time = 7.5 + /datum/law/minor_law/disrespect name = "Disrespecting a Superior Officer" desc = "Using offensive names or being directly disrespectful to someone of a Commissioned Officer of higher rank or position."