Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Jan 5, 2025
1 parent 43710fd commit b9f3d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
return FALSE

var/friend_names = ""
for(var/mob/past_friend as anything in galaxy_friends)
for(var/mob/past_friend as anything in galaxy_owner.galaxy_friends)
friend_names = "[past_friend], [friend_names]"

to_chat(galaxy_owner, span_userdanger("[friend_names].. They were never true friends..."))
Expand Down

0 comments on commit b9f3d35

Please sign in to comment.