From 3f13323675479fe14342696fe26cb93db18915b4 Mon Sep 17 00:00:00 2001 From: Swept Date: Thu, 5 Aug 2021 20:28:54 -0700 Subject: [PATCH] Removes broken new-line markers from a few desc. --- .../Prototypes/Entities/Structures/Doors/Airlocks/external.yml | 2 +- .../Structures/Power/Generation/Singularity/containment.yml | 2 +- .../Structures/Power/Generation/Singularity/singularity.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml index 931987b355..6435ab2a95 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml @@ -2,7 +2,7 @@ parent: Airlock id: AirlockExternal suffix: External - description: "It opens, it closes, it might crush you, and there might be only space behind it.\nHas to be manually activated." + description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. components: - type: Door bumpOpen: false diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml index d0654ead03..38ccc87a25 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml @@ -1,7 +1,7 @@ - type: entity id: ContainmentFieldGenerator name: containment field generator - description: A machine that generates a containment field when powered by an emitter.\nKeeps the Singularity docile. + description: A machine that generates a containment field when powered by an emitter. Keeps the Singularity docile. placement: mode: SnapgridCenter components: diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/singularity.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/singularity.yml index 3f6629d99f..bcc1dd509f 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/singularity.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/singularity.yml @@ -1,7 +1,7 @@ - type: entity id: Singularity name: gravitational singularity - description: A mesmerizing swirl of darkness that sucks in everything.\nIf it's moving towards you, run. + description: A mesmerizing swirl of darkness that sucks in everything. If it's moving towards you, run. components: - type: Clickable - type: Physics