From f16f826589a94e02ac72987552dbbafd2888487b Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 28 Dec 2023 05:09:51 +0200 Subject: [PATCH] Suffix Fix (#23050) --- Resources/Prototypes/Catalog/Fills/Boxes/general.yml | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml | 2 +- .../Prototypes/Entities/Objects/Specific/Medical/healing.yml | 2 +- Resources/Prototypes/Entities/Objects/Specific/syndicate.yml | 2 +- .../Entities/Objects/Weapons/Guns/Launchers/launchers.yml | 4 ++-- .../Entities/Objects/Weapons/Melee/weapon_toolbox.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 82fa96186c..09525e7931 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -413,7 +413,7 @@ - type: entity name: lead-lined box parent: BoxCardboard - suffix: Debug + suffix: DEBUG id: BoxLeadLined description: This box stymies the transmission of harmful radiation. components: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml b/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml index 23cc31a179..edbfb5bf12 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml @@ -130,7 +130,7 @@ id: MobWatcherPride parent: MobWatcherBase name: pride watcher - suffix: ADMEME + suffix: Admeme description: This rare subspecies only appears in June. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 97f8853604..25b9823175 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -293,7 +293,7 @@ id: HealingToolbox name: healing toolbox description: A powerful toolbox imbued with robust energy. It can heal your wounds and fill you with murderous intent. - suffix: Do Not Map + suffix: DO NOT MAP components: - type: Sprite sprite: Objects/Specific/Medical/healing_toolbox.rsi diff --git a/Resources/Prototypes/Entities/Objects/Specific/syndicate.yml b/Resources/Prototypes/Entities/Objects/Specific/syndicate.yml index aa6a64789e..2b5762aaef 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/syndicate.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/syndicate.yml @@ -109,7 +109,7 @@ - type: entity parent: BaseUplinkRadio id: BaseUplinkRadioDebug - suffix: Debug + suffix: DEBUG components: - type: Store preset: StorePresetUplink diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 371e89d4cf..74f606ddb5 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -267,7 +267,7 @@ name: tether gun parent: BaseItem id: WeaponTetherGunAdmin - suffix: admin + suffix: Admeme description: Manipulates gravity around objects to fling them at high velocities. components: - type: TetherGun @@ -306,7 +306,7 @@ name: force gun parent: BaseItem id: WeaponForceGunAdmin - suffix: Admin + suffix: Admeme description: Manipulates gravity around objects to fling them at high velocities. components: - type: ForceGun diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/weapon_toolbox.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/weapon_toolbox.yml index 36259ddcc2..366aabd2f2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/weapon_toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/weapon_toolbox.yml @@ -3,7 +3,7 @@ id: WeaponMeleeToolboxRobust name: robust toolbox description: A tider's weapon. - suffix: Do Not Map + suffix: DO NOT MAP components: - type: Sprite sprite: Objects/Tools/Toolboxes/toolbox_red.rsi -- 2.51.2