Skip to content

Commit

Permalink
Code formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSmith148 committed Dec 22, 2024
1 parent 9614202 commit 1ea8bba
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
7 changes: 3 additions & 4 deletions Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
description: A bulky electric clipboard, filled with research notes and artifact sketches. With so many compromising documents, you ought to keep this safe.
components:
- type: Sprite
sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi
sprite: DeltaV/Objects/Misc/rd_clipboard.rsi
layers:
- state: rd_clipboard
- state: rd_clipboard_paper
Expand All @@ -51,10 +51,10 @@
- Write
insertOnInteract: true
- type: Item
sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi
sprite: DeltaV/Objects/Misc/rd_clipboard.rsi
size: Normal
- type: Clothing
sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi
sprite: DeltaV/Objects/Misc/rd_clipboard.rsi
- type: Storage
grid:
- 0,0,4,3
Expand Down Expand Up @@ -96,7 +96,6 @@
- type: StealTarget
stealGroup: BoxFolderRdClipboard


# contents set by FugitiveRule or a creative admeme
- type: entity
parent: PaperStationWarrant
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
- HighRiskItem
- type: StealTarget
stealGroup: BoxFolderQmClipboard

- type: entity
parent: [Paper, BaseSyndicateContraband] # eat or burn your damn piece of paper damn thieves
id: TraitorCodePaper
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Objectives/objectiveGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# CorgiMeatStealObjective: 1 # DeltaV - Disable the horrible murder of Ian as an objective
MantisKnifeStealObjective: 1 # Nyanotrasen - ForensicMantis steal objective, see Resources/Prototypes/Nyanotrasen/Objectives/traitor.yml
ClipboardStealObjective: 1
RdClipboardStealObjective: 1 #DeltaV - Mysta steal Objective see Resources/Prototypes/DeltaV/Objectives/traitor.yml
RdClipboardStealObjective: 1 # DeltaV - Mysta steal Objective see Resources/Prototypes/DeltaV/Objectives/traitor.yml
CaptainGunStealObjective: 0.5
CaptainJetpackStealObjective: 0.5
HandTeleporterStealObjective: 0.5
Expand Down
66 changes: 33 additions & 33 deletions Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Clipboard sprites are by Endecc (Github) for SS14 Wizard's Den, taken from https://github.com/space-wizards/space-station-14/pull/21023 modified version by SirSmith148, qm_clipboard_paper is a modified version of paper from bureaucracy.rsi.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "rd_clipboard"
},
{
"name": "rd_clipboard_over"
},
{
"name": "rd_clipboard_paper"
},
{
"name": "rd_clipboard_pen"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Clipboard sprites are by Endecc (Github) for SS14 Wizard's Den, taken from https://github.com/space-wizards/space-station-14/pull/21023 modified version by SirSmith148, qm_clipboard_paper is a modified version of paper from bureaucracy.rsi.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "rd_clipboard"
},
{
"name": "rd_clipboard_over"
},
{
"name": "rd_clipboard_paper"
},
{
"name": "rd_clipboard_pen"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 1ea8bba

Please sign in to comment.