mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
co-authored by
etherware-novice
parent
796adaad6a
commit
c5f06b5cd9
@@ -47,8 +47,8 @@
|
||||
#define RADIO_TOKEN_CENTCOM ":y"
|
||||
|
||||
#define RADIO_CHANNEL_UPLINK "Uplink"
|
||||
#define RADIO_KEY_UPLINK "d"
|
||||
#define RADIO_TOKEN_UPLINK ":d"
|
||||
#define RADIO_KEY_UPLINK "z"
|
||||
#define RADIO_TOKEN_UPLINK ":z"
|
||||
|
||||
#define RADIO_CHANNEL_CTF_RED "Red Team"
|
||||
#define RADIO_CHANNEL_CTF_BLUE "Blue Team"
|
||||
|
||||
@@ -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])."
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
new_uplink.uplink_handler.assigned_role = traitor_mob.mind.assigned_role.title
|
||||
new_uplink.uplink_handler.assigned_species = traitor_mob.dna.species.id
|
||||
if(uplink_loc == R)
|
||||
unlock_text = "Your Uplink is cunningly disguised as your [R.name]. Simply speak \"[new_uplink.unlock_code]\" into frequency :d to unlock its hidden features."
|
||||
unlock_text = "Your Uplink is cunningly disguised as your [R.name]. Simply speak \"[new_uplink.unlock_code]\" into frequency [RADIO_TOKEN_UPLINK] to unlock its hidden features."
|
||||
else if(uplink_loc == PDA)
|
||||
unlock_text = "Your Uplink is cunningly disguised as your [PDA.name]. Simply enter the code \"[new_uplink.unlock_code]\" into the ring tone selection to unlock its hidden features."
|
||||
else if(uplink_loc == P)
|
||||
|
||||
Reference in New Issue
Block a user