Skip to content

Commit

Permalink
remove unused mutation (#76390)
Browse files Browse the repository at this point in the history
* remove unused mutation

* remove sole reference to mutation
  • Loading branch information
kevingranade committed Sep 13, 2024
1 parent 2f865f7 commit f785f58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9168,17 +9168,6 @@
"purifiable": false,
"profession": true
},
{
"type": "mutation",
"id": "PROF_FBI",
"//": "This doesn't do anything at the moment, as I am too scared of breaking C++ things, but it will eventually.",
"name": { "str": "Special Agent" },
"points": 0,
"description": "You are a member of the Federal Bureau of Investigation, also known as the FBI. You have jurisdiction throughout the remaining 49 States, Indian Country, and any other territories of the USA. Whether that means anything now is another question.",
"valid": false,
"purifiable": false,
"profession": true
},
{
"type": "mutation",
"id": "PROF_CHURL",
Expand Down
1 change: 0 additions & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7788,7 +7788,6 @@
{ "level": 1, "name": "throw" },
{ "level": 3, "name": "swimming" }
],
"traits": [ "PROF_FBI" ],
"items": {
"both": {
"entries": [
Expand Down

0 comments on commit f785f58

Please sign in to comment.