Skip to content

Commit

Permalink
standart
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 24, 2024
1 parent 0dc7381 commit e748965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/blade_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e748965

Please sign in to comment.