Skip to content

Commit

Permalink
Comment on crime.dm indicating that it is overwritten by the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Haliris committed Jan 5, 2024
1 parent 8201e2f commit 110f4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/security/crimes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#define CRIME_MAJOR "Major"
#define CRIME_CAPITAL "Capital"

/* This is overwritten by the config (space_law.json as of writting this), this only exists as a backup in case the game fails to load said file.
Do not modify this unless you know what you're doing. */

/datum/crime
var/name
var/tooltip
Expand Down

0 comments on commit 110f4b8

Please sign in to comment.