Update binary key to use AI icon (#32327)

* Init

* uplink icon
This commit is contained in:
ScarKy0
2024-10-01 06:03:37 +02:00
committed by GitHub
parent a73780bc57
commit ba68fb2ddb
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -227,7 +227,7 @@
- type: Sprite
layers:
- state: crypt_silver
- state: borg_label
- state: ai_label
- type: entity
parent: [ EncryptionKey, BaseSyndicateContraband ]
@@ -242,7 +242,7 @@
- type: Sprite
layers:
- state: crypt_red
- state: borg_label
- state: ai_label
- type: entity
parent: EncryptionKey

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -35,6 +35,7 @@
{"name": "sec_label"},
{"name": "service_label"},
{"name": "synd_label"},
{"name": "borg_label"}
{"name": "borg_label"},
{"name": "ai_label"}
]
}