From: MegaBrutal Date: Sun, 16 Sep 2018 13:55:00 +0000 (+0200) Subject: Disable interaction with Carlos when he's happy X-Git-Tag: early-release~4 X-Git-Url: http://git.megabrutal.com/?p=wgj58.git;a=commitdiff_plain;h=cb703c9a4721225c2b8bd4c2c04ccb7bb148846f;ds=sidebyside Disable interaction with Carlos when he's happy modified: wgj58.js --- diff --git a/wgj58.js b/wgj58.js index d737ad8..b947723 100644 --- a/wgj58.js +++ b/wgj58.js @@ -518,6 +518,8 @@ class NPC_Saiki extends GameNPC { console.log("Woot-woot! Teleport complete:", value); value.makeHappy(); logic.carlos.makeHappy(); + // FIXME: Need to find a prettier way than this. + logic.carlos.update = function() { }; // Disable Carlos' interaction. (Saiki will talk for him.) } }