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 15e454b commit a67ed22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/anomalies/anomalies/anomaly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
if(new_charge <= 50)
core.charge = new_charge
core.random_throw(3, 6, 5)
core.visible_message(span_warning("[core.declent_ru(NOMINATIVE)] заряжается от [declent_ru(GENITIVE)], \
но остается пустым из-за низкого заряда."))
core.visible_message(span_warning("[capitalize(core.declent_ru(NOMINATIVE))] заряжается от [declent_ru(GENITIVE)], \
но остаётся пустым из-за слишком низкого заряда."))
return

var/path = text2path("/obj/item/assembly/signaler/core/tier[core.tier]/[anomaly_type]")
Expand Down

0 comments on commit a67ed22

Please sign in to comment.