mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
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:
@@ -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 |
Reference in New Issue
Block a user