Skip to content

Commit

Permalink
Fix yaml, and fix Agent ID chameleon
Browse files Browse the repository at this point in the history
  • Loading branch information
SlamBamActionman committed Oct 2, 2024
1 parent 26aab25 commit 09b998f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
34 changes: 27 additions & 7 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-clown
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BasePDA
Expand Down Expand Up @@ -401,7 +403,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-chaplain
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
name: quartermaster PDA
Expand Down Expand Up @@ -515,7 +519,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-library
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BaseSecurityPDA
Expand Down Expand Up @@ -548,7 +554,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-lawyer
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BasePDA
Expand Down Expand Up @@ -704,7 +712,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-medical
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BaseMedicalPDA
Expand Down Expand Up @@ -883,6 +893,9 @@
- NewsReaderCartridge
- LogProbeCartridge
- WantedListCartridge
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: CentcomPDA
Expand All @@ -891,6 +904,9 @@
components:
- type: Pda
id: CentcomIDCardDeathsquad
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BasePDA
Expand Down Expand Up @@ -922,7 +938,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda-musician
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BasePDA
Expand Down Expand Up @@ -967,7 +985,9 @@
components:
- type: Pda
id: VisitorIDCard
state: pda
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: BasePDA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
tags:
- DoorBumpOpener
- WhitelistChameleon
- WhitelistChameleonIdCard
- type: StealTarget
stealGroup: IDCard

Expand Down Expand Up @@ -116,6 +117,7 @@
tags:
- DoorBumpOpener
- WhitelistChameleon
- WhitelistChameleonIdCard
- HighRiskItem
- type: StealTarget
stealGroup: CaptainIDCard
Expand Down Expand Up @@ -314,6 +316,9 @@
- type: PresetIdCard
job: Bartender
name: Pun Pun
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener

- type: entity
parent: IDCardStandard
Expand Down Expand Up @@ -599,6 +604,7 @@
- type: ChameleonClothing
slot: [idcard]
default: PassengerIDCard
requireTag: WhitelistChameleonIdCard
- type: UserInterface
interfaces:
enum.AgentIDCardUiKey.Key:
Expand Down Expand Up @@ -810,3 +816,6 @@
- CentralCommand
- NuclearOperative
- SyndicateAgent
- type: Tag # Ignore Chameleon tags
tags:
- DoorBumpOpener
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,9 @@
- type: Tag
id: WhitelistChameleon

- type: Tag
id: WhitelistChameleonIdCard

- type: Tag
id: WhitelistChameleonPDA

Expand Down

0 comments on commit 09b998f

Please sign in to comment.