diff --git a/code/modules/antagonists/heretic/knowledge/blade_lore.dm b/code/modules/antagonists/heretic/knowledge/blade_lore.dm index 0cc3e1eab5786..5bf3a116e0d2a 100644 --- a/code/modules/antagonists/heretic/knowledge/blade_lore.dm +++ b/code/modules/antagonists/heretic/knowledge/blade_lore.dm @@ -263,7 +263,7 @@ var/obj/item/held_item = source.get_active_held_item() if(in_duelist_stance) - examine_list += span_warning("[capitalize(source.declent_ru(NOMINATIVE))] выглядят неестественно стойко[held_item?.force >= 15 ? " и готовы к выпаду":""].") + examine_list += span_warning("[capitalize(source.declent_ru(NOMINATIVE))] выглядит неестественно стойко[held_item?.force >= 15 ? " и готовы к выпаду":""].") /datum/heretic_knowledge/duel_stance/proc/on_wound_gain(mob/living/source, datum/wound/gained_wound, obj/item/bodypart/limb) SIGNAL_HANDLER