From 55c6c35aed6e8a506a57def24ab9b917fe99b99a Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:23:02 +0300 Subject: [PATCH] Fix O id prototype (#21534) --- Resources/Prototypes/Entities/Markers/Spawners/mobs.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index 968c2ba297..bf77600f5b 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -138,7 +138,7 @@ - type: ConditionalSpawner prototypes: - MobCatFloppa - + - type: entity name: Bingus Spawner id: SpawnMobCatBingus @@ -753,7 +753,7 @@ - type: entity name: luminous object spawner - id: SpawnMobLuminousОbject + id: SpawnMobLuminousObject parent: MarkerBase components: - type: Sprite @@ -763,7 +763,7 @@ sprite: Mobs/Elemental/living_light/luminous_object.rsi - type: ConditionalSpawner prototypes: - - MobLuminousОbject + - MobLuminousObject - type: entity name: luminous entity spawner diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml b/Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml index dd56589a26..0e8b220c64 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml @@ -111,7 +111,7 @@ damage: 16 - type: entity - id: MobLuminousОbject + id: MobLuminousObject parent: MobLivingLight name: luminous object description: A small glowing object that causes burns on the skin with its glow. -- 2.51.2