Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warden Backpack #2610

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = death squadron backpack
.desc = A spacious backpack using bluespace technology.
ent-ClothingBackpackCE = chief engineer backpack
.desc = Technicially progressive backpack.
ent-ClothingBackpackWarden = warden backpack
.desc = It's a very robust blue backpack.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = рюкзак эскадрона смерти
.desc = Вместительный рюкзак использующий технологию БлюСпейс.
ent-ClothingBackpackCE = рюкзак старшего инженера
.desc = Технически продвинутый рюкзак.
ent-ClothingBackpackWarden = рюкзак смотрителя
.desc = Это очень робастный синий рюкзак.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- id: BookSpaceLaw
- id: ClothingHeadHatCapWardenAlt # Corvax-SecFashion
- id: ClothingOuterCoatWardenAlt # Corvax-SecFashion
- id: ClothingBackpackWarden # Corvax-SecFashion
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
Expand Down Expand Up @@ -50,6 +51,7 @@
- id: DoorRemoteArmory
- id: HoloprojectorSecurity
- id: BookSpaceLaw
- id: ClothingBackpackWarden # Corvax-SecFashion
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/ce.rsi

- type: entity
parent: ClothingBackpack
id: ClothingBackpackWarden
name: warden backpack
description: It's a very robust blue backpack.
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/warden.rsi

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/Corvax/Back/Backpacks/warden.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, tweak by @mureixlol, modified by Meguneri",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading