Skip to content

Commit

Permalink
Merge pull request #71407 from Standing-Storm/sensitive-system
Browse files Browse the repository at this point in the history
Add "Oversensitive System" starting challenge trait to disallow CBM use
  • Loading branch information
Maleclypse authored Feb 1, 2024
2 parents 4aee1f3 + a1351fe commit 31ab4da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9528,5 +9528,16 @@
"starting_trait": false,
"valid": false,
"passive_mods": { "dex_mod": 1 }
},
{
"type": "mutation",
"id": "NO_CBM_INSTALLATION",
"name": { "str": "Oversensitive System" },
"description": "While it doesn't cause you any problems in daily life, your immune system and body chemistry are overly sensitive to foreign implants. You cannot have any CBMs installed.",
"player_display": true,
"points": -8,
"starting_trait": true,
"valid": false,
"no_cbm_on_bp": [ "torso", "head", "eyes", "mouth", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ]
}
]

0 comments on commit 31ab4da

Please sign in to comment.