From f73a8f7f2476e04e5b4301d261ca1f97271030f0 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 27 Dec 2020 09:48:48 +0000 Subject: [PATCH] Revert "DNC is now worth no points." This reverts commit cb0d36aaf30ebaf2b056c5eac6d4c583b5efdad8. --- code/datums/traits/negative.dm | 8 ++++++++ code/datums/traits/neutral.dm | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 973d68f5..23f88169 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -419,6 +419,14 @@ lose_text = "Your mind finally feels calm." medical_record_text = "Patient's mind is in a vulnerable state, and cannot recover from traumatic events." +//Port from Shadow +/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 + mob_trait = TRAIT_NEVER_CLONE + medical_record_text = "Patient has a DNC (Do not clone) order on file, and cannot be cloned as a result." + //Port from Citadel /datum/quirk/blindness name = "Blind" diff --git a/code/datums/traits/neutral.dm b/code/datums/traits/neutral.dm index 43fee943..29412471 100644 --- a/code/datums/traits/neutral.dm +++ b/code/datums/traits/neutral.dm @@ -135,11 +135,3 @@ mob_trait = TRAIT_HEADPAT_SLUT value = 0 medical_record_text = "Patient seems overly affectionate" - -//Port from Shadow -/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 = 0 - mob_trait = TRAIT_NEVER_CLONE - medical_record_text = "Patient has a DNC (Do not clone) order on file, and cannot be cloned as a result." \ No newline at end of file