Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 27, 2024
1 parent 22aa133 commit 1397c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/borer/borer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
generation = gen
add_language(LANGUAGE_BORER)
var/mob_number = rand(1000,9999)
real_name = "Cortical Borer [mob_number]"
real_name = "Cortical Borer [borer_names[min(generation, borer_names.len)]] [mob_number]"
truename = "[borer_names[min(generation, borer_names.len)]] [mob_number]"
can_reproduce = reproduction
borer_flags_targets = new_targets
Expand Down

0 comments on commit 1397c1e

Please sign in to comment.