From 57e48b68f734622bb3aaae397771d03708113e7b Mon Sep 17 00:00:00 2001 From: Antonio Salvati Date: Mon, 9 Sep 2024 09:40:40 +0200 Subject: [PATCH] typo --- scenes/farm.js | 2 +- scenes/mountains.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!");