diff --git a/scenes/farm.js b/scenes/farm.js index 2250c80..9f3630b 100644 --- a/scenes/farm.js +++ b/scenes/farm.js @@ -202,7 +202,7 @@ export const farm = { }, actions: { hit() { - this.exec("say", "c", "I don't hurt her"); + this.exec("say", "c", "I won't hurt her"); }, "look-at"() { this.exec("say", "c", "She can fly"); diff --git a/scenes/mountains.js b/scenes/mountains.js index be8759c..a5c5122 100644 --- a/scenes/mountains.js +++ b/scenes/mountains.js @@ -361,7 +361,7 @@ export const mountains = { }, actions: { hit() { - this.exec("say", "c", "I don't hurt her"); + this.exec("say", "c", "I won't hurt her"); }, use() { this.exec("say", "duck", "Quack!");