Skip to content

Commit

Permalink
bam
Browse files Browse the repository at this point in the history
bam
  • Loading branch information
AmShegars committed Aug 16, 2024
1 parent 1eba14e commit 03a37ec
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mods/anomaly/code/anomalies/electra.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/anomaly/electra
name = "Разряды молний"
name = "Lightning strikes"
with_sound = TRUE
sound_type = 'mods/anomaly/sounds/electra_blast.ogg'
activation_effect_type = "electra_activation"
Expand Down
2 changes: 1 addition & 1 deletion mods/anomaly/code/anomalies/rvach.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define RVACH_DESTROY_EFFECT 3

/obj/anomaly/rvach
name = "Преломления света"
name = "Refractions of light"
with_sound = TRUE
sound_type = 'mods/anomaly/sounds/rvach_activation.ogg'
idle_effect_type = "rvach_idle"
Expand Down
2 changes: 1 addition & 1 deletion mods/anomaly/code/anomalies/single/tramplin.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/anomaly/thamplin
name = "Преломления света"
name = "Refractions of light"
with_sound = TRUE
sound_type = 'mods/anomaly/sounds/tramplin.ogg'
idle_effect_type = "trampline_idle"
Expand Down
2 changes: 1 addition & 1 deletion mods/anomaly/code/anomalies/single/zjarka.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/anomaly/zjarka
name = "Струя пламени"
name = "Jet of flame"
with_sound = TRUE
sound_type = 'mods/anomaly/sounds/zjarka.ogg'
idle_effect_type = "zjarka_idle"
Expand Down
2 changes: 1 addition & 1 deletion mods/anomaly/code/anomalies/vspishka.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/anomaly/vspishka
name = "ярчайшая вспышка"
name = "Brightest flash"
with_sound = TRUE
sound_type = 'mods/anomaly/sounds/vspishka_activated.ogg'
idle_effect_type = "vspishka_idle"
Expand Down
8 changes: 4 additions & 4 deletions mods/anomaly/code/artifacts/anomaly_artifacts.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/item/artefact
name = "Ебаная погремушка."
name = "Что-то."
desc = "Какой-то камень."
icon = 'mods/anomaly/icons/artifacts.dmi'
///Текущее количество энергии, которое хранит артефакт
Expand All @@ -11,18 +11,18 @@

//Жар
/obj/item/artefact/zjar
name = "Что-то."
name = "Something"
desc = "При поднятии вы чувствуете, словно по вашему телу распростаняется приятное тепло."
icon_state = "fire_ball"

//Грави
/obj/item/artefact/gravi
name = "Что-то."
name = "Something"
desc = "При поднятии вы чувствуете, словно сам воздух вокруг вас становится плотнее."
icon_state = "gravi"

//Светлячок
/obj/item/artefact/svetlyak
name = "Что-то."
name = "Something"
desc = "Невероятно яркий, вы с трудом смотрите на него даже с зажмуренными глазами."
icon_state = "svetlyak"
2 changes: 1 addition & 1 deletion mods/anomaly/code/artifacts/artefact_pruzhina.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Пружина
/obj/item/artefact/pruzhina
name = "Что-то."
name = "Something"
desc = "При подборе этого предмета вы ощущаете словно все мышцы ваших рук напрягаются, словно от лёгкого удара тока. Вы чувствуете, как ваши волосы подымаются дыбом."
icon_state = "pruzhina"
rect_to_interactions = list(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
/obj/anomaly/rvach/three_and_three
)

/obj/machinery/artifact/New()
.=..()
/obj/machinery/artifact/Initialize()
. = ..()
if(icon_num == 0 || icon_num == 1 || icon_num == 7 || icon_num == 11 || icon_num == 12)
if(can_born_anomalies)
born_anomalies()
Expand Down

0 comments on commit 03a37ec

Please sign in to comment.