Revert "DNC is now worth no points."

This reverts commit cb0d36aaf3.
This commit is contained in:
QuoteFox
2020-12-27 09:48:48 +00:00
parent cb0d36aaf3
commit f73a8f7f24
2 changed files with 8 additions and 8 deletions
+8
View File
@@ -419,6 +419,14 @@
lose_text = "<span class='notice'>Your mind finally feels calm.</span>"
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"
-8
View File
@@ -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."