From af4bf42d013f5316db030a577208adf030f51612 Mon Sep 17 00:00:00 2001 From: JaySparrow Date: Fri, 17 Jul 2020 16:26:37 -0500 Subject: [PATCH] Revert "Revert "DNC weirdness"" This reverts commit c8d666cd34ed9a3be3ebe7d8f327c9532aaeaeb1. --- 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 ab191aa3..d1c74674 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 "noclone" +#define TRAIT_NEVER_CLONE "donotclone" // common trait sources diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 5bcf6f32..a690c63f 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/noclone +/datum/quirk/donotclone 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