diff --git a/Resources/Prototypes/SS220/Actions/Spider_actions.yml b/Resources/Prototypes/SS220/Actions/Spider_actions.yml index 01a8e22c0b24..5a559cb9ab5d 100644 --- a/Resources/Prototypes/SS220/Actions/Spider_actions.yml +++ b/Resources/Prototypes/SS220/Actions/Spider_actions.yml @@ -120,7 +120,7 @@ state: little_spider_spawn event: !type:WorldSpawnSpellEvent prototypes: - - id: MobSpiderSpaceLittle + - id: MobSpiderLittle amount: 3 offset: 0, 1 speech: action-speech-spell-spider diff --git a/Resources/Prototypes/SS220/Entities/Mobs/NPCs/spider_queen.yml b/Resources/Prototypes/SS220/Entities/Mobs/NPCs/spider_queen.yml index 3f258d3ec835..c5b2c666ce30 100644 --- a/Resources/Prototypes/SS220/Entities/Mobs/NPCs/spider_queen.yml +++ b/Resources/Prototypes/SS220/Entities/Mobs/NPCs/spider_queen.yml @@ -170,7 +170,7 @@ spawned: - id: FoodMeatSpider amount: 3 - - id: MobSpiderSpaceLittle + - id: MobSpiderLittle amount: 7 - type: Spider webPrototype: SpiderWebDespawned diff --git a/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_eggs.yml b/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_eggs.yml index 5335c331d321..5ab59b4ea246 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_eggs.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_eggs.yml @@ -119,7 +119,7 @@ - type: TimedDespawn lifetime: 55 - type: SpawnOnDespawn - prototype: MobSpiderSpaceDrone + prototype: MobSpiderDrone - type: entity parent: BaseSpiderEgg @@ -131,7 +131,7 @@ - type: TimedDespawn #Система цикла lifetime: 80 - type: SpawnOnDespawn - prototype: MobSpiderSpaceHunter #Система цикла + prototype: MobSpiderHunter #Система цикла - type: entity parent: BaseSpiderEgg @@ -143,7 +143,7 @@ - type: TimedDespawn lifetime: 80 - type: SpawnOnDespawn - prototype: MobSpiderSpaceGhost + prototype: MobSpiderGhost - type: entity parent: BaseSpiderEgg @@ -155,4 +155,4 @@ - type: TimedDespawn lifetime: 80 - type: SpawnOnDespawn - prototype: MobSpiderSpaceShooter + prototype: MobSpiderShooter diff --git a/Resources/Prototypes/SS220/GameRules/midround_antags.yml b/Resources/Prototypes/SS220/GameRules/midround_antags.yml index ca0704837324..ff5ca6e7967c 100644 --- a/Resources/Prototypes/SS220/GameRules/midround_antags.yml +++ b/Resources/Prototypes/SS220/GameRules/midround_antags.yml @@ -50,7 +50,7 @@ earliestStart: 45 minimumPlayers: 30 - type: AntagSpawner - prototype: MobSpiderSpaceQueen + prototype: MobSpiderQueen - type: AntagObjectives objectives: - CreateCocoonsObjective