Skip to content

Commit

Permalink
Откат молний из-за проваленного теста
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Oct 8, 2023
1 parent e59bc62 commit fb37a16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Entities/Effects/lightning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
name: lightning
id: Lightning
parent: BaseLightning
#noSpawn: true
noSpawn: true
components:
- type: Lightning
canArc: true
Expand All @@ -42,7 +42,7 @@
name: spooky lightning
id: LightningRevenant
parent: BaseLightning
#noSpawn: true
noSpawn: true
components:
- type: Sprite
sprite: /Textures/Effects/lightning.rsi
Expand All @@ -66,7 +66,7 @@
name: charged lightning
id: ChargedLightning
parent: BaseLightning
#noSpawn: true
noSpawn: true
components:
- type: Sprite
sprite: /Textures/Effects/lightning.rsi
Expand All @@ -85,7 +85,7 @@
name: supercharged lightning
id: SuperchargedLightning
parent: ChargedLightning
#noSpawn: true
noSpawn: true
components:
- type: Sprite
sprite: /Textures/Effects/lightning.rsi
Expand All @@ -111,7 +111,7 @@
name: hypercharged lightning
id: HyperchargedLightning
parent: ChargedLightning
#noSpawn: true
noSpawn: true
components:
- type: Sprite
sprite: /Textures/Effects/lightning.rsi
Expand Down

0 comments on commit fb37a16

Please sign in to comment.