Skip to content

Commit

Permalink
evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusCrowe committed Sep 14, 2024
1 parent 87a26d4 commit b20b7d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,13 @@
description: A sign that marks the area beyond as an NFSD shooting range.
components:
- type: Sprite
state: range
state: range

- type: entity
parent: BaseSignNF
id: SignNfsdEvidence
name: evidence sign
description: A sign that marks the area beyond as an NFSD evidence room.
components:
- type: Sprite
state: evidence
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury - Created by GhostPrinceLost for Frontier Station",
"copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station",
"states": [
{
"name": "direction_sr",
Expand Down Expand Up @@ -174,6 +174,9 @@
},
{
"name": "range"
},
{
"name": "evidence"
}
]
}

0 comments on commit b20b7d1

Please sign in to comment.