From cb0d36aaf30ebaf2b056c5eac6d4c583b5efdad8 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 27 Dec 2020 05:55:37 +0000 Subject: [PATCH] DNC is now worth no points. DNC is now worth no points, having a DNC and used to give you 2 whole points, making it harder for medical seems abit outragous, If you want the roleplay or challange, you shouldnt be rewarded for wasting peoples time and then raging in dead chat about medical staff not knowing how to fix people. --- 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 23f88169..973d68f5 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -419,14 +419,6 @@ 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 29412471..43fee943 100644 --- a/code/datums/traits/neutral.dm +++ b/code/datums/traits/neutral.dm @@ -135,3 +135,11 @@ 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