Skip to content

Commit

Permalink
give prisoners a pda
Browse files Browse the repository at this point in the history
  • Loading branch information
youtissoum committed Dec 21, 2024
1 parent 2c9aa03 commit dcf24bb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/_Harmony/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: BasePDA
id: PrisonerPDA
name: prisoner PDA
description: A PDA made only for the worst of the worst.
components:
- type: Pda
id: PrisonerIDCard
state: harmony-pda-prisoner
- type: Icon
state: harmony-pda-prisoner
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: IDCardStandard
id: PrisonerIDCard
name: prisoner ID card
components:
- type: Sprite
layers:
- state: default
- state: orange
- type: PresetIdCard
job: PermaPrisoner
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
- type: startingGear
id: PermaPrisonerGear
equipment:
# id: PrisonerPDA TODO: get them a pda (would need someone to sprite for me because I am horrible at spriting)
id: PrisonerPDA
shoes: ClothingShoesColorBlack
ears: ClothingHeadsetGrey
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion Resources/Textures/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github), pda-syndi-agent drawn by Ubaser",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github), pda-syndi-agent drawn by Ubaser, harmony-pda-prisoner made by youtissoum",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -226,6 +226,9 @@
{
"name": "pda-seniorofficer"
},
{
"name": "harmony-pda-prisoner"
},
{
"name": "equipped-IDCARD",
"directions": 4
Expand Down

0 comments on commit dcf24bb

Please sign in to comment.