RADIO UPLINK QUICKFIX (#71326)

## About The Pull Request
I didn't know .d was already reserved for admin deadsay, so it now is
unlocked with .z
## Why It's Good For The Game
Makes it functional
## Changelog
🆑
fix: radio uplink now works, moved to .z because .d is reserved
/🆑

Co-authored-by: etherware-novice <candy@notarealaddr.com>
This commit is contained in:
texan-down-under
2022-11-18 16:42:28 +13:00
committed by GitHub
co-authored by etherware-novice
parent 796adaad6a
commit c5f06b5cd9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -400,7 +400,7 @@
if(istype(parent,/obj/item/modular_computer/tablet))
unlock_note = "<B>Uplink Passcode:</B> [unlock_code] ([P.name])."
else if(istype(parent,/obj/item/radio))
unlock_note = "<B>Radio Passcode:</B> [unlock_code] ([P.name], :d channel)."
unlock_note = "<B>Radio Passcode:</B> [unlock_code] ([P.name], [RADIO_TOKEN_UPLINK] channel)."
else if(istype(parent,/obj/item/pen))
unlock_note = "<B>Uplink Degrees:</B> [english_list(unlock_code)] ([P.name])."