Fixes roundstart GAGS runtimes caused by encryption keys (#90334)

## About The Pull Request

These didn't have a preview despite being used in crafting, which caused
constant runtimes on roundstart.

## Changelog
🆑
fix: Fixed encryption keys in makeshift jammer crafting recipes not
having an icon.
/🆑
This commit is contained in:
SmArtKar
2025-03-30 11:35:06 -04:00
committed by GitHub
parent 732c5f63a5
commit 8a22d36d11
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,8 @@
desc = "An encryption key for a radio headset."
icon = 'icons/obj/devices/circuitry_n_data.dmi'
icon_state = "cypherkey_basic"
icon_preview = 'icons/obj/fluff/previews.dmi'
icon_state_preview = "cypherkey"
w_class = WEIGHT_CLASS_TINY
/// What channels does this encryption key grant to the parent headset.
var/list/channels = list()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB