From 06d4672b7c48de81f881e4452ce08c185bfb0f38 Mon Sep 17 00:00:00 2001 From: MegaBrutal Date: Sat, 15 Sep 2018 11:40:40 +0200 Subject: [PATCH] Minor dialogue changes Affects Clara and Carlos. modified: wgj58.js --- wgj58.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wgj58.js b/wgj58.js index dec883d..645ec52 100644 --- a/wgj58.js +++ b/wgj58.js @@ -222,7 +222,8 @@ class NPC_Clara extends GameNPC { { actor: logic.player, text: "Well, maybe if we dare to joke about it, it won't happen to us..." }, { actor: this, text: "Wish it worked like that... Is it some superstition like the belief that having an umbrella with you prevents rain?" }, { actor: logic.player, text: "Nah, that actually works; it's not a superstition, but Murphy's Law!" }, - { actor: this, text: "If you say so..." } ] )); + { actor: this, text: "If you say so..." }, + { actor: this, text: "Anyway, I logged you in and opened the door for you." } ] )); logic.openDoor("cutedoor"); break; case 1: @@ -311,7 +312,7 @@ class NPC_Carlos extends GameNPC { logic.gameinterface.talk(new Dialogue( [ { actor: this, text: "You know, generally, I think it sucks being a child. One thing I miss though, if you're a child, you're allowed to be silly." }, { actor: this, text: "..." }, { actor: this, text: "For example, when my Dad told me that semen is the seed of animals, I theoretized, if I'd bury some pig semen in the garden, a pig would grow out of it..." }, - { actor: this, text: "I was totally fascinated by the thought, because I really wanted to have a pet pig, but Dad wouldn't let me to have one." }, + { actor: this, text: "I was totally fascinated by the thought, because I really wanted to have a pet pig, but Dad wouldn't let me have one." }, { actor: this, text: "So I thought I could grow my own pig in the garden from pig seeds!" }, { actor: logic.player, text: "Interesting. Where are you going with this?" }, { actor: this, text: "I don't know... sometimes I feel like I'd rather sell pig semen to our clients, heh!" }, -- 2.34.1