From 79f19331f412b700ab1b26348d3ebab532877ff6 Mon Sep 17 00:00:00 2001 From: Charlie Unfricht Date: Wed, 21 Sep 2022 17:56:56 -0400 Subject: [PATCH] Add reactor script for Land of Wild Boar's ritual stones --- scripts/reactor/1029000.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/reactor/1029000.js diff --git a/scripts/reactor/1029000.js b/scripts/reactor/1029000.js new file mode 100644 index 0000000000..fabf7f8a4f --- /dev/null +++ b/scripts/reactor/1029000.js @@ -0,0 +1,5 @@ +function act() { + rm.killMonster(3230300); + rm.killMonster(3230301); + rm.message("The Jr. Boogies have been scared away."); +} \ No newline at end of file