/tg/ Station 13 - Modules - Types

code/__HELPERS/names.dm

/proc/generate_random_nameGenerate a random name based off of one of the roundstart languages
/proc/generate_random_name_species_basedGenerate a random name based off of a species This will pick a name from the species language, and avoid picking common if there are alternatives
/proc/assign_random_nameGenerate a name devices
/proc/tool_behaviour_namereturns an ic name of the tool needed Arguments:
/proc/first_nameFind the first name of a mob from a passed string with regex
/proc/last_nameFind the last name of a mob from a passed string with regex
/proc/is_mononymFind whitespace or dashes in the passed string with regex and returns TRUE if found