Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyenh committed Apr 13, 2024
1 parent b51848e commit 6d5b0c5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
- type: entity
parent: IDCardStandard
id: SecurityIDCard
name: security ID card
name: mercenary ID card
components:
- type: Sprite
layers:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Tools/flashlights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
- Belt

- type: entity
name: seclite
name: taclite
parent: FlashlightLantern
id: FlashlightSeclite
description: A robust flashlight used by security.
description: A robust tactical flashlight.
components:
- type: Tag
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@
- type: entity
id: LockerSecurity
parent: LockerBaseSecure
name: security officer's locker
name: mercenary's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: sec
stateDoorOpen: sec_open
stateDoorClosed: sec_door
stateBaseClosed: merc
stateDoorOpen: merc_open
stateDoorClosed: merc_door
- type: AccessReader
access: [["Security"]]

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_FTL/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: mercenary PDA
description: Rugged and robust.
components:
- type: Pda
- type: Pda
id: SecurityIDCard
state: pda-bartender
- type: PdaBorderColor
Expand Down
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.
9 changes: 9 additions & 0 deletions Resources/Textures/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,15 @@
},
{
"name": "clown_open"
},
{
"name": "merc"
},
{
"name": "merc_door"
},
{
"name": "merc_open"
},
{
"name": "mime"
Expand Down

0 comments on commit 6d5b0c5

Please sign in to comment.