mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 05:08:54 +01:00
[PORT] New quirk: DNC Order (#293)
* Port DNC quirt Ports the do-not-clone quirk from SPLURT. This change is not modular. - Added a fix for cloning heads and brains - Removed flavor text implications that the order was voluntary - Quirk renamed from `DNC` to `DNC Order` - Trait renamed from `TRAIT_NO_CLONE` to `TRAIT_DNC_ORDER` * Modularize cloning machine DNC check Moves the code for DNC Order quirk check in the cloning machine into modular space, and removes it from base code.
This commit is contained in:
@@ -15,3 +15,10 @@
|
||||
/datum/quirk/sheltered/remove() //i mean, the lose text explains it, so i'm making it actually work
|
||||
var/mob/living/carbon/human/H = quirk_holder
|
||||
H.grant_language(/datum/language/common)
|
||||
|
||||
/datum/quirk/dnc_order
|
||||
name = "DNC Order"
|
||||
desc = "You have a Do Not Clone order on your record, stating that you may not be cloned. You can still be revived by other means."
|
||||
value = -2
|
||||
mob_trait = TRAIT_DNC_ORDER
|
||||
medical_record_text = "Patient has a DNC (Do Not Clone) order and will be rejected by cloning mechanisms as a result."
|
||||
|
||||
Reference in New Issue
Block a user