Skip to content

Commit

Permalink
yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Sep 14, 2024
1 parent 8a02278 commit 231f2ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/SS220/Actions/Spider_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
spawned:
- id: FoodMeatSpider
amount: 3
- id: MobSpiderSpaceLittle
- id: MobSpiderLittle
amount: 7
- type: Spider
webPrototype: SpiderWebDespawned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
- type: TimedDespawn
lifetime: 55
- type: SpawnOnDespawn
prototype: MobSpiderSpaceDrone
prototype: MobSpiderDrone

- type: entity
parent: BaseSpiderEgg
Expand All @@ -131,7 +131,7 @@
- type: TimedDespawn #Система цикла
lifetime: 80
- type: SpawnOnDespawn
prototype: MobSpiderSpaceHunter #Система цикла
prototype: MobSpiderHunter #Система цикла

- type: entity
parent: BaseSpiderEgg
Expand All @@ -143,7 +143,7 @@
- type: TimedDespawn
lifetime: 80
- type: SpawnOnDespawn
prototype: MobSpiderSpaceGhost
prototype: MobSpiderGhost

- type: entity
parent: BaseSpiderEgg
Expand All @@ -155,4 +155,4 @@
- type: TimedDespawn
lifetime: 80
- type: SpawnOnDespawn
prototype: MobSpiderSpaceShooter
prototype: MobSpiderShooter
2 changes: 1 addition & 1 deletion Resources/Prototypes/SS220/GameRules/midround_antags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
earliestStart: 45
minimumPlayers: 30
- type: AntagSpawner
prototype: MobSpiderSpaceQueen
prototype: MobSpiderQueen
- type: AntagObjectives
objectives:
- CreateCocoonsObjective
Expand Down

0 comments on commit 231f2ff

Please sign in to comment.