]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix O id prototype (#21534)
authorMorb <14136326+Morb0@users.noreply.github.com>
Wed, 8 Nov 2023 20:23:02 +0000 (23:23 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 20:23:02 +0000 (13:23 -0700)
Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml

index 968c2ba297c4cd232e7985117466215383559a3e..bf77600f5b241e02fec47ce1ec36205e9bfb6ee1 100644 (file)
   - type: ConditionalSpawner
     prototypes:
       - MobCatFloppa
-      
+
 - type: entity
   name: Bingus Spawner
   id: SpawnMobCatBingus
 
 - type: entity
   name: luminous object spawner
-  id: SpawnMobLuminousОbject
+  id: SpawnMobLuminousObject
   parent: MarkerBase
   components:
   - type: Sprite
       sprite: Mobs/Elemental/living_light/luminous_object.rsi
   - type: ConditionalSpawner
     prototypes:
-    - MobLuminousОbject
+    - MobLuminousObject
 
 - type: entity
   name: luminous entity spawner
index dd56589a261a8faf4e5e2c8c56c6127c69bcefdc..0e8b220c6448f9d200e2efc6313f2314e0282998 100644 (file)
     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.