From c8d666cd34ed9a3be3ebe7d8f327c9532aaeaeb1 Mon Sep 17 00:00:00 2001 From: JaySparrow Date: Fri, 17 Jul 2020 00:21:59 -0500 Subject: [PATCH] Revert "DNC weirdness" This reverts commit 49ac30a0b42019b1885016d00d1b0d0c1f8f39b9. --- code/__DEFINES/traits.dm | 2 +- code/datums/traits/negative.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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