uses the nt frequency define for loaded modlinks instead of just "NT" (#88813)

## About The Pull Request

see title
## Why It's Good For The Game

if the frequency is ever changed from NT by default for any reason,
pre-loaded scryers wont be able to call normal modsuits because they
dont use the define without this
## Changelog
🆑
code: modlink scryers use the nt frequency define rather than just plain
text doing it themselves
/🆑
This commit is contained in:
Paxilmaniac
2025-01-06 17:11:59 +01:00
committed by GitHub
parent 3355322f5b
commit ff713680d3
+1 -1
View File
@@ -317,7 +317,7 @@
on_user_set_dir_generic(mod_link, newdir || SOUTH)
/obj/item/clothing/neck/link_scryer/loaded
starting_frequency = "NT"
starting_frequency = MODLINK_FREQ_NANOTRASEN
/obj/item/clothing/neck/link_scryer/loaded/Initialize(mapload)
. = ..()