mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Actually adds adhoc_fallback to pilot headsets
This commit is contained in:
13
html/changelogs/lorwp-pilotfallback.yml
Normal file
13
html/changelogs/lorwp-pilotfallback.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Your name.
|
||||||
|
author: lorwp
|
||||||
|
|
||||||
|
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
# Any changes you've made. See valid prefix list above.
|
||||||
|
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||||
|
# SCREW THIS UP AND IT WON'T WORK.
|
||||||
|
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||||
|
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||||
|
changes:
|
||||||
|
- bugfix: "Fixes Pilot headsets not being able to fallback to shortwave radio"
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "pilot's headset"
|
name = "pilot's headset"
|
||||||
desc = "A headset used by pilots, has access to supply and explorer channels."
|
desc = "A headset used by pilots, has access to supply and explorer channels."
|
||||||
icon_state = "pilot_headset"
|
icon_state = "pilot_headset"
|
||||||
|
adhoc_fallback = TRUE
|
||||||
ks2type = /obj/item/device/encryptionkey/pilot
|
ks2type = /obj/item/device/encryptionkey/pilot
|
||||||
|
|
||||||
/obj/item/device/radio/headset/pilot/alt
|
/obj/item/device/radio/headset/pilot/alt
|
||||||
|
|||||||
Reference in New Issue
Block a user