libram 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,7 +113,7 @@ class Test {
|
|
|
113
113
|
}
|
|
114
114
|
const thralls = new Map([
|
|
115
115
|
[$stat `muscle`, $thrall `Elbow Macaroni`],
|
|
116
|
-
[$stat `moxie`, $thrall `
|
|
116
|
+
[$stat `moxie`, $thrall `Penne Dreadful`],
|
|
117
117
|
]);
|
|
118
118
|
const statTestPredictor = (stat) => {
|
|
119
119
|
let baseStat = stat;
|