Skip to content

Commit

Permalink
don't consider good memory and forgetful neutral
Browse files Browse the repository at this point in the history
because they are listed as neutral like hair color etc. since they have
an actual gameplay effect I moved them to the good and bad columns
respectively
  • Loading branch information
casswedson committed Dec 31, 2024
1 parent 2bfc782 commit 9b5ce9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
"type": "mutation",
"id": "GOODMEMORY",
"name": { "str": "Good Memory" },
"points": 0,
"points": 1,
"description": "You have an exceptional memory, and find it easy to remember things. However, you don't benefit as much as other people from dropping a subject for a while and will thus end up learning slower.",
"types": [ "MEMORY" ],
"mixed_effect": true,
Expand Down Expand Up @@ -1837,7 +1837,7 @@
"type": "mutation",
"id": "FORGETFUL",
"name": { "str": "Forgetful" },
"points": 0,
"points": -1,
"vitamin_cost": 160,
"description": "You have a hard time remembering things. Your skills will erode slightly faster than usual, and you have trouble keeping your story straight when lying.",
"types": [ "MEMORY" ],
Expand Down

0 comments on commit 9b5ce9f

Please sign in to comment.