Skip to content

Commit

Permalink
Update hemomancer_powers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
littleboobs committed Jan 6, 2025
1 parent 31c569d commit f9778f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
return

var/mob/living/carbon/human/target = targets_by_name[target_name]
var/message = "[target_name] наход[pluralize_ru(target_name.gender, "ит", "ят")]ся в локации [get_area(target)], [dir2rustext(get_dir(user, target))] от вас."
var/message = "[target_name] наход[pluralize_ru(target_name, "ит", "ят")]ся в локации [get_area(target)], [dir2rustext(get_dir(user, target))] от вас."
if(target.get_damage_amount() >= 40 || target.bleed_rate)
message += "<i> Цель ранена...</i>"
to_chat(user, span_cultlarge("[message]"))
Expand Down

0 comments on commit f9778f4

Please sign in to comment.