Skip to content

Commit

Permalink
Update binary key to use AI icon (#32327)
Browse files Browse the repository at this point in the history
* Init

* uplink icon
  • Loading branch information
ScarKy0 authored and angelofallars committed Feb 1, 2025
1 parent e5c671b commit 5d5fdbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
id: UplinkBinaryTranslatorKey
name: uplink-binary-translator-key-name
description: uplink-binary-translator-key-desc
icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: borg_label }
icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: ai_label }
productEntity: EncryptionKeyBinarySyndicate
cost:
Telecrystal: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
- type: Sprite
layers:
- state: crypt_silver
- state: borg_label
- state: ai_label

- type: entity
parent: EncryptionKey
Expand All @@ -249,7 +249,7 @@
- type: Sprite
layers:
- state: crypt_red
- state: borg_label
- state: ai_label

- type: entity
parent: EncryptionKey
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{"name": "sec_label"},
{"name": "service_label"},
{"name": "synd_label"},
{"name": "borg_label"}
{"name": "borg_label"},
{"name": "ai_label"}
]
}

0 comments on commit 5d5fdbe

Please sign in to comment.