Skip to content

Commit

Permalink
Merge branch 'anomalies' of https://github.com/Anorak2024/Paradise in…
Browse files Browse the repository at this point in the history
…to anomalies
  • Loading branch information
Anorak2024 committed Dec 17, 2024
2 parents 112d04f + b82eeb6 commit 1b972a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/anomalies/anomalies/atmospheric.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
return

M.playsound_local(null, 'sound/effects/comfyfire.ogg', 15, TRUE)
to_chat(M, "<span class='atmospferic_anomaly'>Вас накрывает волнами эфемерного жара! Воздух вокруг дрожит.</span>") // It used in one place.
to_chat(M, "<span class='atmospferic_anomaly'>Вас накрывает волна жара! Воздух вокруг дрожит.</span>") // It used in one place.

/obj/effect/anomaly/atmospheric/tier3/collapse()
for(var/obj/item/paper in range(30)) // Just for fan.
Expand Down
2 changes: 1 addition & 1 deletion code/modules/anomalies/anomalies/energetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
return

M.playsound_local(null, 'sound/magic/lightningbolt.ogg', 15, TRUE)
to_chat(M, "<span class='energetic_anomaly'>Статическое электричество чувствуется в воздухе. Окружающие механизмы подозрительно гудят!</span>") // It used in one place.
to_chat(M, "<span class='energetic_anomaly'>Вы слышите тихое потрескивание в воздухе. Подозрительно похоже на статическое электричество.</span>") // It used in one place.


/obj/effect/energy_ball
Expand Down

0 comments on commit 1b972a0

Please sign in to comment.