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 157de58 commit f5e49eb
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 @@ -124,7 +124,7 @@
if(!stronger_anomaly_type)
collapse()
else
visible_message(span_warning("Вы видите как [src] становится значительно опасней!"))
visible_message(span_warning("[capitalize(declent_ru(NOMINATIVE))] становится мощнее!"))
new stronger_anomaly_type(loc, rand(20, 50), clamp(stability - rand(10, 20), 0, 100))
qdel(src)

Expand Down

0 comments on commit f5e49eb

Please sign in to comment.