Skip to content

Commit

Permalink
funny joke
Browse files Browse the repository at this point in the history
  • Loading branch information
navarchus committed Aug 23, 2024
1 parent 9928276 commit 2ec0160
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,9 @@
"not_enough_iotas.title": "Not Enough Iotas",
not_enough_iotas: "The action required more iotas than were on the stack.$(br2)Causes light gray sparks, and as many $(l:casting/influences)$(action)Garbages/$ as would be required to fill up the argument count will be pushed.",

"stack_size.title": "Too Many Iotas",
"stack_size": "I tried to cast a spell which exceeded the size limit of the stack.$(br2)Causes black sparks, and my spell to halt and entire stack will be replaced with a single $(l:casting/influences)$(action)Garbage/$.",

"incorrect_iota.title": "Incorrect Iota",
incorrect_iota: "The action that was executed expected an iota of a certain type for an argument, but it got something invalid. If multiple iotas are invalid, the error message will only tell me about the error deepest in the stack.$(br2)Causes dark gray sparks, and the invalid iota will be replaced with $(l:casting/influences)$(action)Garbage/$.",

Expand Down Expand Up @@ -1311,9 +1314,6 @@
"true_name.title": "Transgress Other",
true_name: "I attempted to $(l:patterns/readwrite#hexcasting:write)$(action)save a reference/$ to another player to a permanent medium.$(br2)Causes black sparks, and robs me of my sight for approximately one minute.",

"stack_size.title": "Stack Size",
"stack_size": "I tried to cast a spell which exceeded the size limit of the $(thing)Stack/$.$(br2)Causes my spell to halt and pushes a $(l:casting/influences)$(action)Garbage/$ to my stack.",

"disabled.title": "Disallowed Action",
disabled: "I tried to cast an action that has been disallowed by a server administrator.$(br2)Causes black sparks.",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"title": "hexcasting.page.mishaps.not_enough_iotas.title",
"text": "hexcasting.page.mishaps.not_enough_iotas"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.stack_size.title",
"text": "hexcasting.page.mishaps.stack_size"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.incorrect_iota.title",
Expand Down Expand Up @@ -78,11 +83,6 @@
"title": "hexcasting.page.mishaps.true_name.title",
"text": "hexcasting.page.mishaps.true_name"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.stack_size.title",
"text": "hexcasting.page.mishaps.stack_size"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.disabled.title",
Expand Down

0 comments on commit 2ec0160

Please sign in to comment.