mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 20:57:48 +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:
@@ -6,3 +6,5 @@
|
||||
#define TRAIT_SHELTERED "sheltered"
|
||||
/// Define for the quirk "infertile", self explanatory. Please make this a preference on the Content Preferences Tab.
|
||||
#define TRAIT_INFERTILE "infertile"
|
||||
/// DNC trait, used to prevent cloning
|
||||
#define TRAIT_DNC_ORDER "dnc_order"
|
||||
|
||||
Reference in New Issue
Block a user