Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Xiryne
Yaki
Yanra
Yefea
Yula
Yula

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is horrible practice. I'll see to if i can figure out why this happens myself later.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
/datum/language/polysmorph = 20,
)


//commented out until i figure out why it breaks in tests
/*
//this is a terrible way to fix something, however this code seemingly only breaks during unit tests and ive been unable to reproduce it locally
#ifndef UNIT_TESTS
/datum/language/polysmorph/get_random_name(
gender = NEUTER,
name_count = default_name_count,
Expand All @@ -29,4 +28,4 @@
return ..()

return "[pick(GLOB.polysmorph_names)]"
*/
#endif