diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm index d1c74674..ab191aa3 100644 --- a/code/__DEFINES/traits.dm +++ b/code/__DEFINES/traits.dm @@ -161,7 +161,7 @@ #define TRAIT_XRAY_VISION "xray_vision" #define TRAIT_THERMAL_VISION "thermal_vision" #define TRAIT_CUM_PLUS "cum_plus" -#define TRAIT_NEVER_CLONE "donotclone" +#define TRAIT_NEVER_CLONE "noclone" // common trait sources diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index a690c63f..5bcf6f32 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -368,7 +368,7 @@ medical_record_text = "Patient's mind is in a vulnerable state, and cannot recover from traumatic events." //Port from Shadow -/datum/quirk/donotclone +/datum/quirk/noclone name = "DNC" desc = "You have filed a Do Not Clone order, stating that you do not wish to be cloned. You can still be revived by other means." value = -2