From 7d28e00e4fe7872e7514d37f8fe2a1ca42ed671c Mon Sep 17 00:00:00 2001 From: P0nk Date: Mon, 29 Aug 2022 23:32:59 +0200 Subject: [PATCH] Make Riche killable after destroying the reactor --- scripts/reactor/2119000.js | 9 ++++----- scripts/reactor/2119001.js | 9 ++++----- scripts/reactor/2119002.js | 9 ++++----- scripts/reactor/2119003.js | 9 ++++----- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/scripts/reactor/2119000.js b/scripts/reactor/2119000.js index 1349013a15..7bd44c08ff 100644 --- a/scripts/reactor/2119000.js +++ b/scripts/reactor/2119000.js @@ -19,8 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -function hit() { - rm.hitMonsterWithReactor(6090000, 14); -} - -function act() {} \ No newline at end of file +function act() { + // I could not find the text from GMS, so I made something up. + rm.weakenAreaBoss(6090000, "Riche has been weakened.") +} \ No newline at end of file diff --git a/scripts/reactor/2119001.js b/scripts/reactor/2119001.js index 1349013a15..7bd44c08ff 100644 --- a/scripts/reactor/2119001.js +++ b/scripts/reactor/2119001.js @@ -19,8 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -function hit() { - rm.hitMonsterWithReactor(6090000, 14); -} - -function act() {} \ No newline at end of file +function act() { + // I could not find the text from GMS, so I made something up. + rm.weakenAreaBoss(6090000, "Riche has been weakened.") +} \ No newline at end of file diff --git a/scripts/reactor/2119002.js b/scripts/reactor/2119002.js index 1349013a15..7bd44c08ff 100644 --- a/scripts/reactor/2119002.js +++ b/scripts/reactor/2119002.js @@ -19,8 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -function hit() { - rm.hitMonsterWithReactor(6090000, 14); -} - -function act() {} \ No newline at end of file +function act() { + // I could not find the text from GMS, so I made something up. + rm.weakenAreaBoss(6090000, "Riche has been weakened.") +} \ No newline at end of file diff --git a/scripts/reactor/2119003.js b/scripts/reactor/2119003.js index 1349013a15..7bd44c08ff 100644 --- a/scripts/reactor/2119003.js +++ b/scripts/reactor/2119003.js @@ -19,8 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -function hit() { - rm.hitMonsterWithReactor(6090000, 14); -} - -function act() {} \ No newline at end of file +function act() { + // I could not find the text from GMS, so I made something up. + rm.weakenAreaBoss(6090000, "Riche has been weakened.") +} \ No newline at end of file