diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm index 4f96010fcc..dd8b886b35 100644 --- a/code/__DEFINES/DNA.dm +++ b/code/__DEFINES/DNA.dm @@ -2,7 +2,7 @@ #define CHECK_DNA_AND_SPECIES(C) if((!(C.dna)) || (!(C.dna.species))) return -//Defines copying names of mutations in all cases, make sure to change this if you change mutation's type nigga +//Defines copying names of mutations in all cases, make sure to change this if you change mutation's type niggas #define HULK /datum/mutation/human/hulk #define XRAY /datum/mutation/human/thermal/x_ray #define SPACEMUT /datum/mutation/human/space_adaptation