Fix O id prototype (#21534)

This commit is contained in:
Morb
2023-11-08 23:23:02 +03:00
committed by GitHub
parent 6550f42732
commit 55c6c35aed
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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.