mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user