From 0118844c2e2e94f3add197b03e35c867387c33f3 Mon Sep 17 00:00:00 2001 From: P0nk Date: Mon, 29 Aug 2022 23:05:25 +0200 Subject: [PATCH] Make Scholar Ghost killable after triggering the reactor --- scripts/reactor/2229009.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/reactor/2229009.js b/scripts/reactor/2229009.js index 999646a0e0..7e7e84d4f5 100644 --- a/scripts/reactor/2229009.js +++ b/scripts/reactor/2229009.js @@ -19,6 +19,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -function hit() { - rm.hitMonsterWithReactor(6090003, 1); +function act() { + rm.weakenAreaBoss(6090003, "The grieving Scholar Ghost has been slightly appeased. You may be able to defeat the Scholar Ghost."); } \ No newline at end of file