Skip to content

Commit

Permalink
Update code/modules/anomalies/anomalies/anomaly.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PlayerUnknown14 <[email protected]>
  • Loading branch information
Anorak2024 and PlayerUnknown14 authored Dec 17, 2024
1 parent e3fa150 commit c72c997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/anomalies/anomalies/anomaly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
check_size_change()

/obj/effect/anomaly/proc/collapse()
visible_message(span_warning("Вы видите как [src] достигает критической массы, в следствии чего, разрушается!"))
visible_message(span_warning("[capitalize(declent_ru(NOMINATIVE))] достигает критической массы и разрушается!"))
add_filter("collapse", 1, gauss_blur_filter(1))
matr.Scale(3, 3)
animate(src, transform = matr, time = 1 SECONDS, alpha = 0, flags = ANIMATION_PARALLEL)
Expand Down

0 comments on commit c72c997

Please sign in to comment.