Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderFan committed Feb 15, 2025
1 parent 6f8ebf1 commit e81a5e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Binary file removed Resources/Audio/ADT/Ambience/static_anomaly.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ent-ADTAnomalyMonkey = { ent-BaseAnomaly }
.suffix = Обезьяна
.desc = Иногда, когда слишком много думаешь, может выпасть мозг. Проверено самим главой времени.
ent-AnomalyStatic = { ent-BaseAnomaly }
ent-ADTAnomalyStatic = { ent-BaseAnomaly }
.suffix = Cтатика
.desc = Кажется этот телевизор сломан. Подождите... кто это там?
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- ADTSpecialMobGorilla

- type: entity
id: AnomalyStatic
id: ADTAnomalyStatic
parent: BaseAnomaly
suffix: Static
components:
Expand All @@ -67,11 +67,6 @@
radius: 1.5
energy: 12.5
color: "#ffffff"
- type: AmbientSound
range: 5
volume: -5
sound:
path: Audio/ADT/Ambience/static_anomaly.ogg
- type: Anomaly
corePrototype: ADTAnomalyCoreStatic
coreInertPrototype: ADTAnomalyCoreStaticInert
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: RandomAnomalySpawner
name: random anomaly spawner
parent: MarkerBase
Expand All @@ -22,6 +22,7 @@
- AnomalyFlora
- AnomalyShadow
- AnomalyTech
- ADTAnomalyStatic
#- AnomalySanta
rareChance: 0.3
rarePrototypes:
Expand Down

0 comments on commit e81a5e5

Please sign in to comment.