From f8d7eaac79989de1d46c9d0985fd42a8a75e4a90 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 2 Feb 2018 17:54:08 -0500 Subject: [PATCH] VS: Flags for these headsets to have adhoc_fallback --- maps/southern_cross/items/headset_sc.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maps/southern_cross/items/headset_sc.dm b/maps/southern_cross/items/headset_sc.dm index bb9aa1e5f5..d7212210f3 100644 --- a/maps/southern_cross/items/headset_sc.dm +++ b/maps/southern_cross/items/headset_sc.dm @@ -4,6 +4,7 @@ icon_state = "pilot_headset" item_state = "headset" ks2type = /obj/item/device/encryptionkey/pilot + adhoc_fallback = TRUE //VOREStation Edit /obj/item/device/radio/headset/pilot/alt name = "pilot's bowman headset" @@ -16,6 +17,7 @@ icon_state = "exp_headset" item_state = "headset" ks2type = /obj/item/device/encryptionkey/explorer + adhoc_fallback = TRUE //VOREStation Edit /obj/item/device/radio/headset/explorer/alt name = "explorer's bowman headset" @@ -28,6 +30,7 @@ icon_state = "sar_headset" item_state = "headset" ks2type = /obj/item/device/encryptionkey/sar + adhoc_fallback = TRUE //VOREStation Edit /obj/item/device/radio/headset/sar/alt name = "sar radio bowman headset"