Skip to content

Commit

Permalink
Document bool directrix mishap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotgiggle committed Feb 21, 2025
1 parent ef2cd28 commit bbb2afa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,9 @@

"no_record.title": "Lack Akashic Record",
no_record: "Tried to access an $(l:greatwork/akashiclib)$(item)Akashic Record/$ at a location where there isn't one.$(br2)Causes purple sparks, and steals away some of my experience.",

"bad_shepherd.title": "Improper Shepherding",
bad_shepherd: "Tried to activate a $(l:greatwork/directrix)$(item)Shepherd Directrix/$ without a boolean on the top of the stack.$(br2)Causes red and white sparks, and forcibly ejects the Shepherd Directrix from the circle. This doesn't destroy it, thankfully, but I should make sure to go pick it up and replace it where it belongs.",
},


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"type": "patchouli:text",
"title": "hexcasting.page.mishaps2.no_record.title",
"text": "hexcasting.page.mishaps2.no_record"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps2.bad_shepherd.title",
"text": "hexcasting.page.mishaps2.bad_shepherd"
}
]
}

0 comments on commit bbb2afa

Please sign in to comment.