···328328 "decollar" -> "Untie Mediaweave",
329329 "deleteworld" -> "Shatter Demiplane",
330330 "drop" -> "Rejection Distillation",
331331- "dye_offhand" -> "Apply Pigment",
331331+ "dye_offpaw" -> "Apply Pigment",
332332 "erase" -> "Erase Block",
333333 "extract" -> "Excisor's Gambit",
334334 "findview" -> "Reflection Purification",
···386386 case p: PigmentItem => gen.add("item.hexic.stringworm." + p.getTranslationKey, "Shimmering " + hexLang(p.getTranslationKey).replace("Pigment", "Stringworm"))
387387 case e => println(e)
388388 for page -> text <- Vector(
389389- "dye_offhand" -> "Imbues the item held in my offhand (e.g. a $(l:items/hexcasting)$(item)casting item/$) with the given pigment.",
389389+ "dye_offpaw" -> "Imbues the item held in my offhand (e.g. a $(l:items/hexcasting)$(item)casting item/$) with the given pigment.",
390390 "erase" -> "Erases the _Hex or iota contained within a dropped item or block. Costs one dust per item.",
391391 "get_other_caster" -> "Adds the closest sentient being, excluding me, to the stack.",
392392 "modulo" -> "Similar to Modulus, but differs for negative numbers: -8 %%₁ 3 = -2, but -8 %%₂ 3 = 1.",