Skip to content

Commit

Permalink
Срочный фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
Kush1Push1 committed Feb 8, 2025
1 parent 72fc8bd commit b13d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ GLOBAL_LIST_INIT(roleplay_readme, world.file2list("strings/rt/rp_prompt.txt"))
new_character = .

// REDMOON ADD START - memory_for_family_members - фамилии для семей
if(H.family_surname && family == FAMILY_FULL)
if(H.family_surname && H.family == FAMILY_FULL)
new_character.real_name = "[new_character.real_name] [H.family_surname]"
// REDMOON ADD END
H.after_creation()
Expand Down

0 comments on commit b13d063

Please sign in to comment.