Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Uncanny Dodge description #59733

Merged
merged 1 commit into from Jul 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/bionics.json
Expand Up @@ -1665,7 +1665,7 @@
"id": "bio_uncanny_dodge",
"type": "bionic",
"name": { "str": "Uncanny Dodge" },
"description": "Your nervous system has been augmented with bionic processors, allowing you to dodge attacks beyond normal human capability, including bullets.",
"description": "Your nervous system has been augmented with bionic processors, allowing you to dodge attacks beyond normal human capability.",
"occupied_bodyparts": [ [ "torso", 12 ], [ "arm_l", 3 ], [ "arm_r", 3 ], [ "leg_l", 5 ], [ "leg_r", 5 ], [ "foot_l", 1 ], [ "foot_r", 1 ] ],
"flags": [ "BIONIC_TOGGLED" ],
"act_cost": "6 J",
Expand Down