Skip to content

Commit

Permalink
Adds a False Testemony charge to Marine Law (#4009)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a new Marine Law charge "False Testemony" to the JAS system. It was
classified as a minor crime and 5 minutes brig timer.

# Explain why it's good for the game

Right now, Marine Law doesn't cover people purposely lying to MPs when
they are asked about whether they saw who did what, etc. The closest
thing we have is aiding and abetting but that usually only applies when
someone actively attempts to help a suspect.

If the person that lied to the MP is proved to have lied, Marine Law
should cover this circumstance.


# Testing Photographs and Procedure




![image](https://github.com/cmss13-devs/cmss13/assets/52742585/751642c0-88a7-4ec7-a553-1487b3650a33)


# Changelog


:cl: smov
add: Adds a new Marine Law charge
/:cl:

---------

Co-authored-by: forest2001 <[email protected]>
  • Loading branch information
Smov1 and realforest2001 authored Aug 4, 2023
1 parent 28e175a commit bf13241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/law/laws/minor_crime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@
desc = "To take items (or property) from another person or entity without their express permission, or to retain possession of items that have been taken without permission. This includes the removal of vendors from department areas without permission."
special_punishment = "Return of Stolen Item"
brig_time = 10

/datum/law/minor_law/false_testimony
name = "False Testimony"
desc = "To intentionally and willingly lie to an MP, or deputized officer, during a legal investigation with the intent to disrupt said investigation."
brig_time = 5

0 comments on commit bf13241

Please sign in to comment.