diff --git a/code/modules/law/laws/high_severity.dm b/code/modules/law/laws/high_severity.dm index d404ab16859..fa912cb9766 100644 --- a/code/modules/law/laws/high_severity.dm +++ b/code/modules/law/laws/high_severity.dm @@ -69,17 +69,9 @@ min_brig_time = 90 max_brig_time = 90 -/datum/law/high_severity/sexual_assault - name = "i309 - Sexual Assault" - desc = "To assault, or attempt to assault, someone else sexually, including rape." - id = "i309" - - min_brig_time = 30 - max_brig_time = 90 - /datum/law/high_severity/automacide name = "i310 - Automacide" - desc = "To willfully, unlawfully and permanently terminate a free positronic intelligence." + desc = "To willfully, unlawfully and permanently terminate or wipe a free positronic intelligence." id = "i310" min_brig_time = 20 diff --git a/code/modules/law/laws/low_severity.dm b/code/modules/law/laws/low_severity.dm index 5a9e8cb3c99..a7bb5442333 100644 --- a/code/modules/law/laws/low_severity.dm +++ b/code/modules/law/laws/low_severity.dm @@ -111,17 +111,6 @@ min_fine = 500 max_fine = 750 -/datum/law/low_severity/sexual_harassment - name = "i112 - Sexual Harassment" - desc = "To make unwanted sexual advances or obscene remarks towards another employee." - id = "i112" - - min_brig_time = 5 - max_brig_time = 15 - - min_fine = 0 - max_fine = 0 - /datum/law/low_severity/animal_cruelty name = "i113 - Animal Cruelty" desc = "To inflict unnecessary suffering or harm upon animals with malicious intent." diff --git a/code/modules/law/laws/med_severity.dm b/code/modules/law/laws/med_severity.dm index c158e1f6f0f..5f9af123241 100644 --- a/code/modules/law/laws/med_severity.dm +++ b/code/modules/law/laws/med_severity.dm @@ -22,7 +22,7 @@ max_brig_time = 20 /datum/law/med_severity/suicide - name = "i203- Suicide Attempt" + name = "i203 - Suicide Attempt" desc = "To attempt or threaten to commit suicide." id = "i203" @@ -103,7 +103,7 @@ /datum/law/med_severity/sabotage name = "i213 - Sabotage" - desc = "To hinder the efforts of the crew or ship with malicious intent. To cause irreparable damage to the chassis or positronic brain of an owned IPC." + desc = "To hinder the efforts of the crew or ship with malicious intent. To cause irreparable damage to the chassis or positronic brain of an owned IPC or wiping of an owned IPC without authorization." id = "i213" min_brig_time = 15 diff --git a/html/changelogs/SleepyGemmy-more_regulations.yml b/html/changelogs/SleepyGemmy-more_regulations.yml new file mode 100644 index 00000000000..88cf97985fd --- /dev/null +++ b/html/changelogs/SleepyGemmy-more_regulations.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - rscadd: "Updated the descriptions on regulations i213 and i310."