mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +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
@@ -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])."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user