From bfc65b1554d42843e00c8bd948ea4b1f93db54c4 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 2 Oct 2025 23:16:35 +0200 Subject: [PATCH] some entities name fixes (#40663) --- Resources/Prototypes/Entities/Mobs/Player/silicon.yml | 6 +++--- .../Entities/Objects/Devices/Circuitboards/computer.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 91fb6baa40..a7b90be0f7 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -1,4 +1,4 @@ -# Be careful with these as they get removed on shutdown too! +# Be careful with these as they get removed on shutdown too! - type: entity id: AiHeld description: Components added / removed from an entity that gets inserted into an AI core. @@ -169,7 +169,7 @@ # Empty AI core - type: entity id: PlayerStationAiEmpty - name: AI Core + name: AI core description: The latest in Artificial Intelligences. parent: - BaseStructure @@ -330,7 +330,7 @@ - type: entity parent: BaseStructure id: PlayerStationAiAssembly - name: AI Core Assembly + name: AI core assembly description: An unfinished computer core for housing an artifical intelligence. components: - type: Anchorable diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index 0735c8d950..9ac187c9c9 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseItem id: BaseComputerCircuitboard name: computer board @@ -564,7 +564,7 @@ - type: entity parent: BaseComputerCircuitboard id: StationAiFixerCircuitboard - name: AI restoration console + name: AI restoration console board description: A computer printed circuit board for an AI restoration console console. components: - type: Sprite -- 2.51.2