mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Removes some unused radio vars and defines (#30808)
* Removes some unused radio stuff * oop
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
|
||||
// Electropack signaller type
|
||||
/obj/item/assembly/signaler/electropack
|
||||
frequency = AIRLOCK_FREQ
|
||||
frequency = ELECTROPACK_FREQ
|
||||
code = 2
|
||||
receiving = TRUE
|
||||
var/obj/item/electropack/owning_pack
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
/obj/item/radio/intercom/interrogation
|
||||
name = "station intercom (Interrogation)"
|
||||
custom_name = TRUE
|
||||
frequency = AIRLOCK_FREQ
|
||||
frequency = INTERROGATION_FREQ
|
||||
|
||||
/obj/item/radio/intercom/private
|
||||
name = "station intercom (Private)"
|
||||
@@ -30,7 +30,7 @@
|
||||
/obj/item/radio/intercom/command
|
||||
name = "station intercom (Command)"
|
||||
custom_name = TRUE
|
||||
frequency = COMM_FREQ
|
||||
frequency = COM_FREQ
|
||||
|
||||
/obj/item/radio/intercom/specops
|
||||
name = "\improper Special Operations intercom"
|
||||
@@ -99,7 +99,7 @@
|
||||
internal_channels = list(
|
||||
num2text(PUB_FREQ) = list(),
|
||||
num2text(AI_FREQ) = list(),
|
||||
num2text(COMM_FREQ)= list(),
|
||||
num2text(COM_FREQ)= list(),
|
||||
num2text(ENG_FREQ) = list(),
|
||||
num2text(MED_FREQ) = list(),
|
||||
num2text(MED_I_FREQ)=list(),
|
||||
|
||||
@@ -2,7 +2,7 @@ GLOBAL_LIST_INIT(default_internal_channels, list(
|
||||
num2text(PUB_FREQ) = list(),
|
||||
num2text(AI_FREQ) = list(ACCESS_CAPTAIN),
|
||||
num2text(ERT_FREQ) = list(ACCESS_CENT_SPECOPS),
|
||||
num2text(COMM_FREQ)= list(ACCESS_HEADS),
|
||||
num2text(COM_FREQ)= list(ACCESS_HEADS),
|
||||
num2text(ENG_FREQ) = list(ACCESS_ENGINE, ACCESS_ATMOSPHERICS),
|
||||
num2text(MED_FREQ) = list(ACCESS_MEDICAL),
|
||||
num2text(MED_I_FREQ)=list(ACCESS_MEDICAL),
|
||||
@@ -310,7 +310,7 @@ GLOBAL_LIST_EMPTY(deadsay_radio_systems)
|
||||
tcm.message_pieces = message_pieces
|
||||
tcm.sender_job = "Automated Announcement"
|
||||
tcm.vname = "synthesized voice"
|
||||
tcm.data = SIGNALTYPE_AINOTRACK
|
||||
tcm.signal_type = SIGNALTYPE_AINOTRACK
|
||||
// Datum radios dont have a location (obviously)
|
||||
if(loc && loc.z)
|
||||
tcm.source_level = loc.z // For anyone that reads this: This used to pull from a LIST from the CONFIG DATUM. WHYYYYYYYYY!!!!!!!! -aa
|
||||
@@ -472,7 +472,7 @@ GLOBAL_LIST_EMPTY(deadsay_radio_systems)
|
||||
// If we dont need tcomms and we have no connection
|
||||
if(!requires_tcomms && !handled)
|
||||
// If they dont need tcomms for their signal, set the type to intercoms
|
||||
tcm.data = SIGNALTYPE_INTERCOM_SBR
|
||||
tcm.signal_type = SIGNALTYPE_INTERCOM_SBR
|
||||
tcm.zlevels = list(position.z)
|
||||
if(!instant)
|
||||
// Simulate two seconds of lag
|
||||
|
||||
Reference in New Issue
Block a user