Skip to content

Commit

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

* uplink icon
  • Loading branch information
ScarKy0 authored Oct 1, 2024
1 parent a73780b commit ba68fb2
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 @@ -773,7 +773,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 @@ -227,7 +227,7 @@
- type: Sprite
layers:
- state: crypt_silver
- state: borg_label
- state: ai_label

- type: entity
parent: [ EncryptionKey, BaseSyndicateContraband ]
Expand All @@ -242,7 +242,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 ba68fb2

Please sign in to comment.