summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-04-25 19:39:59 -0400
committergumi <git@gumi.ca>2020-04-25 19:40:16 -0400
commit229ddd2afb47cf2aeeae42f5ce6064d59e69ac42 (patch)
treebd7e6d42b232707c02cb6532bb84db4a9c5960b4 /src/ecommon
parent17221278d8a4fd2877c89aea93a76bdc2603357a (diff)
downloadevol-hercules-229ddd2afb47cf2aeeae42f5ce6064d59e69ac42.tar.gz
evol-hercules-229ddd2afb47cf2aeeae42f5ce6064d59e69ac42.tar.bz2
evol-hercules-229ddd2afb47cf2aeeae42f5ce6064d59e69ac42.tar.xz
evol-hercules-229ddd2afb47cf2aeeae42f5ce6064d59e69ac42.zip
I hate myself for doing this
remove mentions of a non-binary gender, because it's evil backlog, for future reference: <{41444d494e}> i against any gay propaganda. and clean said more than two genders is gay propaganda. if need more than 2 genders, use for other genders word hidden
Diffstat (limited to 'src/ecommon')
-rw-r--r--src/ecommon/enum/gender.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ecommon/enum/gender.h b/src/ecommon/enum/gender.h
index 039ca04..8c747fd 100644
--- a/src/ecommon/enum/gender.h
+++ b/src/ecommon/enum/gender.h
@@ -7,14 +7,14 @@
#include "common/mmo.h"
/**
- * identical to SEX_ but also includes nonbinary
+ * identical to SEX_ but also includes the hidden value
*/
typedef enum Gender
{
GENDER_FEMALE = SEX_FEMALE,
GENDER_MALE = SEX_MALE,
__UNUSED_GENDER_SERVER = SEX_SERVER,
- GENDER_NONBINARY,
+ GENDER_HIDDEN,
} Gender;
#endif // EVOL_ENUM_GENDER