From 56a49ba9993e6012806964cadf54b6c3d3991a20 Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Sun, 27 Aug 2023 13:41:43 +0300 Subject: [PATCH] Localize wires window title (#19577) * Localize wires window title * Reset --- Content.Server/Wires/WiresComponent.cs | 2 +- Content.Server/Wires/WiresSystem.cs | 2 +- Resources/Locale/en-US/wires/wire-names.ftl | 42 +++++++++++++++++-- .../Instruments/instruments_structures.yml | 2 +- .../Entities/Objects/Specific/Mech/mechs.yml | 2 +- .../Entities/Structures/Dispensers/booze.yml | 2 +- .../Entities/Structures/Dispensers/chem.yml | 2 +- .../Entities/Structures/Dispensers/soda.yml | 2 +- .../Doors/Airlocks/base_structureairlocks.yml | 2 +- .../Structures/Doors/Airlocks/highsec.yml | 2 +- .../Structures/Doors/Firelocks/firelock.yml | 2 +- .../Doors/Windoors/base_structurewindoors.yml | 2 +- .../Structures/Machines/Computers/arcades.yml | 6 +-- .../Structures/Machines/Medical/cryo_pod.yml | 2 +- .../Structures/Machines/anomaly_equipment.yml | 6 +-- .../Structures/Machines/chem_master.yml | 2 +- .../Structures/Machines/cloning_machine.yml | 2 +- .../Structures/Machines/fatextractor.yml | 2 +- .../Structures/Machines/gravity_generator.yml | 6 +-- .../Entities/Structures/Machines/lathe.yml | 4 +- .../Machines/material_reclaimer.yml | 2 +- .../Structures/Machines/medical_scanner.yml | 2 +- .../Structures/Machines/telecomms.yml | 2 +- .../Structures/Machines/vending_machines.yml | 2 +- .../Structures/Piping/Atmospherics/unary.yml | 2 +- .../Power/Generation/PA/control_box.yml | 2 +- .../Power/Generation/portable_generator.yml | 2 +- .../Entities/Structures/Power/apc.yml | 2 +- .../Entities/Structures/Power/smes.yml | 2 +- .../Entities/Structures/Power/substation.yml | 2 +- .../Structures/Wallmounts/air_alarm.yml | 2 +- .../Structures/Wallmounts/fire_alarm.yml | 2 +- .../Structures/Wallmounts/intercom.yml | 2 +- .../Entities/Structures/hydro_tray.yml | 2 +- 34 files changed, 79 insertions(+), 43 deletions(-) diff --git a/Content.Server/Wires/WiresComponent.cs b/Content.Server/Wires/WiresComponent.cs index 1bd54acc86..9283e1e18f 100644 --- a/Content.Server/Wires/WiresComponent.cs +++ b/Content.Server/Wires/WiresComponent.cs @@ -9,7 +9,7 @@ public sealed partial class WiresComponent : Component /// The name of this entity's internal board. /// [DataField("BoardName")] - public string BoardName { get; set; } = "Wires"; + public string BoardName { get; set; } = "wires-board-name-default"; /// /// The layout ID of this entity's wires. diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 56ffb8a0c1..90f6b5c954 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -595,7 +595,7 @@ public sealed class WiresSystem : SharedWiresSystem _uiSystem.TrySetUiState(uid, WiresUiKey.Key, new WiresBoundUserInterfaceState( clientList.ToArray(), statuses.Select(p => new StatusEntry(p.key, p.value)).ToArray(), - wires.BoardName, + Loc.GetString(wires.BoardName), wires.SerialNumber, wires.WireSeed), ui: ui); } diff --git a/Resources/Locale/en-US/wires/wire-names.ftl b/Resources/Locale/en-US/wires/wire-names.ftl index 1a4fc5b741..8763a3e462 100644 --- a/Resources/Locale/en-US/wires/wire-names.ftl +++ b/Resources/Locale/en-US/wires/wire-names.ftl @@ -1,12 +1,48 @@ +# titles that get displayed in the wire hacking window +wires-board-name-default = Wires +wires-board-name-booze = BoozeDispenser +wires-board-name-soda = SodaDispenser +wires-board-name-thermomachine = Thermomachine +wires-board-name-pa = Mk2 Particle Accelerator +wires-board-name-highsec = HighSec Control +wires-board-name-vessel = Vessel +wires-board-name-smes = SMES +wires-board-name-substation = Substation +wires-board-name-apc = APC +wires-board-name-autolathe = Autolathe +wires-board-name-protolathe = Protolathe +wires-board-name-airalarm = Air Alarm +wires-board-name-firealarm = Fire Alarm +wires-board-name-arcade = Arcade +wires-board-name-ape = Ape +wires-board-name-anomalygenerator = AnomalyGenerator +wires-board-name-cloningpod = CloningPod +wires-board-name-cryopod = Cryo pod +wires-board-name-chemdispenser = ChemDispenser +wires-board-name-chemmaster = ChemMaster +wires-board-name-generator = Generator +wires-board-name-vendingmachine = Vending Machine +wires-board-name-intercom = Intercom +wires-board-name-hydroponicstray = HydroponicsTray +wires-board-name-telecomserver = TelecomServer +wires-board-name-medicalscanner = MedicalScanner +wires-board-name-reclaimer = Reclaimer +wires-board-name-minigravitygenerator = MiniGravityGenerator +wires-board-name-dawinstrument = DawInstrument +wires-board-name-airlock = Airlock Control +wires-board-name-firelock = Firelock Control +wires-board-name-windoor = Windoor Control +wires-board-name-mech = Mech +wires-board-name-fatextractor = FatExtractor # names that get displayed in the wire hacking hud & admin logs. wire-name-access = ACC wire-name-arcade-overflow = LMTR -wire-name-air-alarm-panic = PANC +wire-name-air-alarm-panic = PANC wire-name-device-net = NETW -wire-name-bolt-light = BLIT -wire-name-door-bolt = BOLT +wire-name-bolt-light = BLIT +wire-name-door-bolt = BOLT wire-name-door-safety = SAFE wire-name-door-timer = TIMR wire-name-lock = LOCK diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_structures.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_structures.yml index d26e551f6e..6dcd4ad683 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_structures.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_structures.yml @@ -164,7 +164,7 @@ - type: WiresVisuals - type: WiresPanel - type: Wires - BoardName: "DawInstrument" + BoardName: wires-board-name-dawinstrument LayoutId: DawInstrument - type: Machine board: DawInstrumentMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml index 49425e2eab..06572f3496 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml @@ -38,7 +38,7 @@ - type: Clickable - type: WiresPanel - type: Wires #we just want the panel - BoardName: Mech + BoardName: wires-board-name-mech LayoutId: Mech - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml index 0bd5e68198..f6364f6323 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml @@ -17,7 +17,7 @@ - type: Machine board: BoozeDispenserMachineCircuitboard - type: Wires - BoardName: "BoozeDispenser" + BoardName: wires-board-name-booze LayoutId: BoozeDispenser - type: GuideHelp guides: diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/chem.yml b/Resources/Prototypes/Entities/Structures/Dispensers/chem.yml index 0e3f06feb5..ba02da325e 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/chem.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/chem.yml @@ -26,7 +26,7 @@ - type: Machine board: ChemDispenserMachineCircuitboard - type: Wires - BoardName: "ChemDispenser" + BoardName: wires-board-name-chemdispenser LayoutId: ChemDispenser - type: UpgradePowerDraw powerDrawMultiplier: 0.75 diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml index 9eede7b5a8..3cd8e4dbcb 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml @@ -17,7 +17,7 @@ - type: Machine board: SodaDispenserMachineCircuitboard - type: Wires - BoardName: "SodaDispenser" + BoardName: wires-board-name-soda LayoutId: SodaDispenser - type: GuideHelp guides: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index e10e96f34e..f40ef4ea84 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -75,7 +75,7 @@ usesApcPower: true - type: WiresPanel - type: Wires - BoardName: "Airlock Control" + BoardName: wires-board-name-airlock LayoutId: Airlock - type: DoorSignalControl - type: DeviceNetwork diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index 7b44c00f7a..912e3cfa39 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -68,7 +68,7 @@ usesApcPower: true - type: WiresPanel - type: Wires - BoardName: "HighSec Control" + BoardName: wires-board-name-highsec LayoutId: HighSec alwaysRandomize: true - type: UserInterface diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml index b26006344d..e12daa537f 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml @@ -84,7 +84,7 @@ - type: WiresVisuals - type: WiresPanel - type: Wires - BoardName: "Firelock Control" + BoardName: wires-board-name-firelock LayoutId: Firelock - type: UserInterface interfaces: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml index 8945af959d..6a973c5015 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml @@ -118,7 +118,7 @@ usesApcPower: true - type: WiresPanel - type: Wires - BoardName: "Windoor Control" + BoardName: wires-board-name-windoor LayoutId: Airlock - type: UserInterface interfaces: diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml index e48268bdc5..d1993749dd 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml @@ -86,7 +86,7 @@ - type: WiresPanel - type: Wires LayoutId: Arcade - BoardName: "Arcade" + BoardName: wires-board-name-arcade - type: ActivatableUI key: enum.SpaceVillainArcadeUiKey.Key - type: ActivatableUIRequiresPower @@ -107,7 +107,7 @@ - type: SpaceVillainArcade rewardMinAmount: 5 rewardMaxAmount: 8 - + - type: entity id: BlockGameArcade description: An arcade cabinet with a strangely familiar game. @@ -128,7 +128,7 @@ - type: WiresPanel - type: Wires LayoutId: Arcade - BoardName: "Arcade" + BoardName: wires-board-name-arcade - type: UserInterface interfaces: - key: enum.BlockGameUiKey.Key diff --git a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml index e80a029d6e..e7ae4d2394 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml @@ -51,7 +51,7 @@ - type: WiresVisuals - type: WiresPanel - type: Wires - BoardName: "Cryo pod" + BoardName: wires-board-name-cryopod LayoutId: CryoPod - type: Damageable damageContainer: Inorganic diff --git a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml index be7f9a1fbe..596b2f7707 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml @@ -38,7 +38,7 @@ - type: Appearance - type: WiresPanel - type: Wires - BoardName: "Vessel" + BoardName: wires-board-name-vessel LayoutId: Vessel - type: AmbientSound enabled: false @@ -175,7 +175,7 @@ - type: WiresPanel - type: WiresVisuals - type: Wires - BoardName: "Ape" + BoardName: wires-board-name-ape LayoutId: Ape - type: GenericVisualizer visuals: @@ -264,7 +264,7 @@ doAfterDelay: 5 - type: WiresPanel - type: Wires - BoardName: "AnomalyGenerator" + BoardName: wires-board-name-anomalygenerator LayoutId: AnomalyGenerator - type: Destructible thresholds: diff --git a/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml b/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml index d9520dea8d..1a012c5a6a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml @@ -61,7 +61,7 @@ # Machine / Construction stuff - type: WiresPanel - type: Wires - BoardName: "chem_master" + BoardName: wires-board-name-chemmaster LayoutId: chem_master - type: Machine board: ChemMasterMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml b/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml index e8f5a6a740..6b3992b0d8 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml @@ -61,7 +61,7 @@ - Biomass - type: WiresPanel - type: Wires - BoardName: "CloningPod" + BoardName: wires-board-name-cloningpod LayoutId: CloningPod - type: ApcPowerReceiver powerLoad: 200 #Receives most of its power from the console diff --git a/Resources/Prototypes/Entities/Structures/Machines/fatextractor.yml b/Resources/Prototypes/Entities/Structures/Machines/fatextractor.yml index d9a1eb2943..01b6f82e85 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/fatextractor.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/fatextractor.yml @@ -96,7 +96,7 @@ board: FatExtractorMachineCircuitboard - type: WiresPanel - type: Wires - BoardName: FatExtractor + BoardName: wires-board-name-fatextractor LayoutId: FatExtractor - type: Appearance - type: Speech diff --git a/Resources/Prototypes/Entities/Structures/Machines/gravity_generator.yml b/Resources/Prototypes/Entities/Structures/Machines/gravity_generator.yml index 2658f68dfe..7e2709ae95 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/gravity_generator.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/gravity_generator.yml @@ -118,11 +118,11 @@ spawn: MachineFrameDestroyed: min: 1 - max: 1 + max: 1 - type: WiresPanel - type: Wires - BoardName: "MiniGravityGenerator" - LayoutId: MiniGravityGenerator + BoardName: wires-board-name-minigravitygenerator + LayoutId: MiniGravityGenerator - type: Machine board: MiniGravityGeneratorCircuitboard - type: ApcPowerReceiver diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 6f09839d5e..72b01b266c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -31,7 +31,7 @@ acts: ["Destruction"] - type: WiresPanel - type: Wires - BoardName: "Autolathe" + BoardName: wires-board-name-autolathe LayoutId: Autolathe - type: ActivatableUI key: enum.LatheUiKey.Key @@ -185,7 +185,7 @@ - type: Machine board: ProtolatheMachineCircuitboard - type: Wires - BoardName: "Protolathe" + BoardName: wires-board-name-protolathe LayoutId: Protolathe - type: MaterialStorage whitelist: diff --git a/Resources/Prototypes/Entities/Structures/Machines/material_reclaimer.yml b/Resources/Prototypes/Entities/Structures/Machines/material_reclaimer.yml index d6efa81f92..bb8f6d200b 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/material_reclaimer.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/material_reclaimer.yml @@ -59,7 +59,7 @@ board: MaterialReclaimerMachineCircuitboard - type: WiresPanel - type: Wires - BoardName: "reclaimer" + BoardName: wires-board-name-reclaimer LayoutId: Reclaimer - type: MaterialReclaimer whitelist: diff --git a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml index a4f09881cd..7a86fdf11a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml @@ -78,7 +78,7 @@ board: MedicalScannerMachineCircuitboard - type: WiresPanel - type: Wires - BoardName: "MedicalScanner" + BoardName: wires-board-name-medicalscanner LayoutId: MedicalScanner - type: Appearance - type: Climbable diff --git a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml index e8726f74c2..1c03d01148 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml @@ -49,7 +49,7 @@ board: TelecomServerCircuitboard - type: WiresPanel - type: Wires - BoardName: "TelecomServer" + BoardName: wires-board-name-telecomserver LayoutId: TelecomServer - type: Transform anchored: true diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 36f97910b2..f1a99025b9 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -64,7 +64,7 @@ type: WiresBoundUserInterface - type: WiresPanel - type: Wires - BoardName: "Vending Machine" + BoardName: wires-board-name-vendingmachine LayoutId: Vending - type: Anchorable - type: TypingIndicator diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index 7585d8e948..f86c413a2b 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -239,7 +239,7 @@ key: enum.ThermomachineUiKey.Key - type: WiresPanel - type: Wires - BoardName: "Thermomachine" + BoardName: wires-board-name-thermomachine LayoutId: Thermomachine - type: WiresVisuals - type: NodeContainer diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/control_box.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/control_box.yml index 5eb45c5997..5da747571a 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/control_box.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/control_box.yml @@ -23,7 +23,7 @@ type: WiresBoundUserInterface - type: WiresPanel - type: Wires - BoardName: "Mk2 Particle Accelerator" + BoardName: wires-board-name-pa LayoutId: ParticleAccelerator # Unfinished diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml index 03e7ddc7be..b7b737b6d9 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml @@ -42,7 +42,7 @@ # Construction, interaction - type: WiresPanel - type: Wires - BoardName: "Generator" + BoardName: wires-board-name-generator LayoutId: Generator - type: UserInterface interfaces: diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 3009595cd3..defe6d0cd4 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -91,7 +91,7 @@ - type: WallMount - type: WiresPanel - type: Wires - BoardName: "APC" + BoardName: wires-board-name-apc LayoutId: APC - type: WiresVisuals - type: Damageable diff --git a/Resources/Prototypes/Entities/Structures/Power/smes.yml b/Resources/Prototypes/Entities/Structures/Power/smes.yml index 7ecc330a38..08ddbe4b2a 100644 --- a/Resources/Prototypes/Entities/Structures/Power/smes.yml +++ b/Resources/Prototypes/Entities/Structures/Power/smes.yml @@ -63,7 +63,7 @@ castShadows: false - type: WiresPanel - type: Wires - BoardName: "SMES" + BoardName: wires-board-name-smes LayoutId: SMES - type: Machine board: SMESMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Power/substation.yml b/Resources/Prototypes/Entities/Structures/Power/substation.yml index b9dc56080f..d160ea8365 100644 --- a/Resources/Prototypes/Entities/Structures/Power/substation.yml +++ b/Resources/Prototypes/Entities/Structures/Power/substation.yml @@ -87,7 +87,7 @@ totalIntensity: 200 - type: WiresPanel - type: Wires - BoardName: "Substation" + BoardName: wires-board-name-substation LayoutId: Substation - type: Machine board: SubstationMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml index 24bc49b864..6d23dab829 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml @@ -59,7 +59,7 @@ type: WiresBoundUserInterface - type: WiresPanel - type: Wires - BoardName: "Air Alarm" + BoardName: wires-board-name-airalarm LayoutId: AirAlarm - type: AccessReader access: [["Atmospherics"]] diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml index 2afcd3b37f..da866d9823 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml @@ -66,7 +66,7 @@ type: WiresBoundUserInterface - type: WiresPanel - type: Wires - BoardName: "Fire Alarm" + BoardName: wires-board-name-firealarm LayoutId: FireAlarm - type: Sprite sprite: Structures/Wallmounts/air_monitors.rsi diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml index 82d6911723..59409f4132 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml @@ -50,7 +50,7 @@ anchored: true - type: WiresPanel - type: Wires - BoardName: "Intercom" + BoardName: wires-board-name-intercom LayoutId: Intercom - type: ActivatableUIRequiresPower - type: ActivatableUI diff --git a/Resources/Prototypes/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/Entities/Structures/hydro_tray.yml index 1df464c008..6c9e305029 100644 --- a/Resources/Prototypes/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/Entities/Structures/hydro_tray.yml @@ -79,7 +79,7 @@ board: HydroponicsTrayMachineCircuitboard - type: WiresPanel - type: Wires - BoardName: "HydroponicsTray" + BoardName: wires-board-name-hydroponicstray LayoutId: HydroponicsTray - type: AmbientSound volume: -9