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 a67ed22 commit 07ff157
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 @@ -173,8 +173,8 @@

var/path = text2path("/obj/item/assembly/signaler/core/tier[core.tier]/[anomaly_type]")
var/obj/item/assembly/signaler/core/new_core = new path(core.loc, new_charge)
new_core.visible_message(span_warning("[core.declent_ru(NOMINATIVE)] заряжается от [declent_ru(GENITIVE)], \
и становится [new_core.declent_ru(INSTRUMENTAL)]."))
new_core.visible_message(span_warning("[capitalize(core.declent_ru(NOMINATIVE))] заряжается от [declent_ru(GENITIVE)], \
превращаясь в [new_core.declent_ru(ACCUSATIVE)]."))
qdel(core)
new_core.random_throw(3, 6, 5)
return
Expand Down

0 comments on commit 07ff157

Please sign in to comment.