Skip to content

Commit

Permalink
forgot to add a space heehee
Browse files Browse the repository at this point in the history
  • Loading branch information
thestripes committed Jun 25, 2024
1 parent 6b9c243 commit ef8cb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
return "[pick(GLOB.squid_names)][pick("-", "", " ")][capitalize(pick(GLOB.squid_names) + pick(GLOB.squid_names))]"

/proc/kepori_name()
return "[pick(GLOB.kepori_names)][pick(GLOB.kepori_names)]-[pick(GLOB.kepori_names)]"
return "[pick(GLOB.kepori_names)] [pick(GLOB.kepori_names)]-[pick(GLOB.kepori_names)]"

/proc/vox_name()
. = ""
Expand Down

0 comments on commit ef8cb34

Please sign in to comment.