Skip to content

Commit

Permalink
Merge pull request #17 from CleverRaven/master
Browse files Browse the repository at this point in the history
ChattyCyborg July 07
  • Loading branch information
xanderrootslayer authored Jul 8, 2019
2 parents bbb00a6 + 50a3b99 commit 8d419f7
Show file tree
Hide file tree
Showing 188 changed files with 1,270,218 additions and 752,355 deletions.
4 changes: 0 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ misc-*,\
modernize-*,\
performance-*,\
readability-*,\
-bugprone-inaccurate-erase,\
-bugprone-incorrect-roundings,\
-bugprone-integer-division,\
-bugprone-macro-parentheses,\
Expand All @@ -27,7 +26,6 @@ readability-*,\
-bugprone-undefined-memory-manipulation,\
-bugprone-unused-return-value,\
-bugprone-use-after-move,\
-cert-dcl03-c,\
-cert-dcl16-c,\
-cert-dcl21-cpp,\
-cert-dcl50-cpp,\
Expand All @@ -43,11 +41,9 @@ readability-*,\
-misc-definitions-in-headers,\
-misc-non-private-member-variables-in-classes,\
-misc-redundant-expression,\
-misc-static-assert,\
-misc-unconventional-assign-operator,\
-modernize-avoid-c-arrays,\
-modernize-deprecated-headers,\
-modernize-loop-convert,\
-modernize-make-unique,\
-modernize-pass-by-value,\
-modernize-raw-string-literal,\
Expand Down
4 changes: 2 additions & 2 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@
{
"id": "bio_gills",
"type": "bionic",
"name": "Oxygenator",
"description": "A complex oxygen delivery system. Improves the ability to extract oxygen from air and allows extracting it from water. Will automatically turn on when drowning. Turn on to recharge stamina faster, at moderate power cost. Asthmatics may also use it to stop asthma attacks.",
"name": "Respirator",
"description": "A complex respiration augmentation system. Improves respiration ability in air and allows breathing water. Will automatically turn on when drowning. Turn on to recharge stamina faster, at moderate power cost. Asthmatics may also use it to stop asthma attacks.",
"occupied_bodyparts": [ [ "TORSO", 8 ], [ "HEAD", 2 ], [ "MOUTH", 2 ] ],
"flags": [ "BIONIC_TOGGLED" ]
},
Expand Down
Loading

0 comments on commit 8d419f7

Please sign in to comment.