Skip to content

Commit

Permalink
Self-review update
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 18, 2024
1 parent 80050b7 commit d975c5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/religion/festival/instrument_rites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "Creates a holy violin that can analyze songs played from it."
ritual_length = 6 SECONDS
ritual_invocations = list("Нужен слуга торжества ...")
invoke_msg = "... Великий разум музыкальных дел!"
invoke_msg = "... Великий разум для музыкальных дел!"
favor_cost = 20 //you only need one

/datum/religion_rites/holy_violin/invoke_effect(mob/living/user, atom/religious_tool)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/religion/pyre/pyre_rites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = "Unmelting Protection"
desc = "Grants fire immunity to any piece of clothing."
ritual_length = 12 SECONDS
ritual_invocations = list("Итак, чтобы поддержать держателя Вечно-Горящей свечи ...",
ritual_invocations = list("Дабы чтобы поддержать держателя Вечно-Горящей свечи ...",
"... позволь этому непригодному одеянию служить тебе ...",
"... сделай его достаточно крепким, чтобы гореть тысячу раз и больше ...")
invoke_msg = "... Выйди на свет в своей новой форме и присоединись к нерастворимому воску едино-истинного пламени!"
Expand Down
6 changes: 3 additions & 3 deletions code/modules/religion/rites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
name = "Synthetic Conversion"
desc = "Convert a human-esque individual into a (superior) Android. Buckle a human to convert them, otherwise it will convert you."
ritual_length = 30 SECONDS
ritual_invocations = list("Внутренние механизмы нашего бога ...",
ritual_invocations = list("Внутренними механизмами нашего бога ...",
"... Мы взываем к тебе, пред лицом невзгод ...",
"... заверши нас, удалив то, что нежеланно ...")
invoke_msg = "... Восстань, наш чемпион! Стань тем, чего жаждет твоя душа, обрети жизнь в этом мире в своём истинном облике!!!"
Expand Down Expand Up @@ -205,7 +205,7 @@
/datum/religion_rites/greed/custom_vending
name = "Purchase Personal Vending Machine"
desc = "Summons a custom vending machine. You can use it to sell MANY items!"
invoke_msg = "Если я куплю торговый автомат для своих товаров, я смогу стать БОГАТЫМ!"
invoke_msg = "Если я куплю торговый автомат для своих товаров, то я смогу стать БОГАТЫМ!"
money_cost = 1000 //quite a step up from vendatray

/datum/religion_rites/greed/custom_vending/invoke_effect(mob/living/user, atom/movable/religious_tool)
Expand Down Expand Up @@ -408,7 +408,7 @@
name = "Forge Ceremonial Gear"
desc = "Turn some material into ceremonial gear. Ceremonial blades are weak outside of sparring, and are quite heavy to lug around."
ritual_length = 10 SECONDS
invoke_msg = "Оружие во имя твоё! Бои с твоей кровью!"
invoke_msg = "Оружие во имя твоё! Бои с кровью твоей!"
favor_cost = 0
///the material that will be attempted to be forged into a weapon
var/obj/item/stack/sheet/converted
Expand Down

0 comments on commit d975c5d

Please sign in to comment.