Skip to content

Commit

Permalink
removes mothperson namegen
Browse files Browse the repository at this point in the history
  • Loading branch information
goober3 committed Mar 23, 2024
1 parent 9f26246 commit 0015905
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 178 deletions.
7 changes: 0 additions & 7 deletions code/__HELPERS/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,6 @@
if(!findname(.))
break

/proc/random_unique_moth_name(attempts_to_find_unique_name=10)
for(var/i in 1 to attempts_to_find_unique_name)
. = capitalize(pick(GLOB.moth_first)) + " " + capitalize(pick(GLOB.moth_last))

if(!findname(.))
break

/proc/random_unique_squid_name(attempts_to_find_unique_name=10)
for(var/i in 1 to attempts_to_find_unique_name)
. = capitalize(squid_name())
Expand Down
3 changes: 0 additions & 3 deletions code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
/proc/plasmaman_name()
return "[pick(GLOB.plasmaman_names)] \Roman[rand(1,99)]"

/proc/moth_name()
return "[pick(GLOB.moth_first)] [pick(GLOB.moth_last)]"

/proc/squid_name()
return "[pick(GLOB.squid_names)][pick("-", "", " ")][capitalize(pick(GLOB.squid_names) + pick(GLOB.squid_names))]"

Expand Down
11 changes: 0 additions & 11 deletions code/modules/mob/living/carbon/human/species_types/mothmen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@
var/mob/living/carbon/human/H = C
handle_mutant_bodyparts(H)

/datum/species/moth/random_name(gender,unique,lastname)
if(unique)
return random_unique_moth_name()

var/randname = moth_name()

if(lastname)
randname += " [lastname]"

return randname

/datum/species/handle_fire(mob/living/carbon/human/H, no_protection = FALSE)
. = ..()
if(.) //if the mob is immune to fire, don't burn wings off.
Expand Down
100 changes: 0 additions & 100 deletions strings/names/moth_first.txt

This file was deleted.

57 changes: 0 additions & 57 deletions strings/names/moth_last.txt

This file was deleted.

0 comments on commit 0015905

Please sign in to comment.