diff --git a/code/modules/law/laws/low_severity.dm b/code/modules/law/laws/low_severity.dm index b477523d736..5a9e8cb3c99 100644 --- a/code/modules/law/laws/low_severity.dm +++ b/code/modules/law/laws/low_severity.dm @@ -46,8 +46,8 @@ max_fine = 400 /datum/law/low_severity/hooliganism - name = "i105 - Hooliganism" - desc = "To present an unnecessary nuisance to members of the crew including excessive departmental radio usage for private affairs, being intentionally unclothed, or otherwise disturbing the crew." + name = "i105 - Indecent Exposure or Hooliganism" + desc = "To be intentionally and publicly unclothed, to disrupt the peace and crew." id = "i105" min_brig_time = 5 @@ -80,7 +80,7 @@ /datum/law/low_severity/slander_hos name = "i109 - Slandering a Head of Staff" - desc = "To directly insult a Head of Staff with no valid complaints." + desc = "To make a claim about a Head of Staff that is slanderous and untrue." id = "i109" min_brig_time = 5 diff --git a/html/changelogs/SleepyGemmy-regulations.yml b/html/changelogs/SleepyGemmy-regulations.yml new file mode 100644 index 00000000000..e588e73439c --- /dev/null +++ b/html/changelogs/SleepyGemmy-regulations.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - rscadd: "Updated the title of i105 and the descriptions of i105 and i109."