Merge pull request #135 from cpurules/bugfix/lowb-reactor

Add handler for Land of Wild Boar's ritual stones
This commit is contained in:
Ponk
2022-09-22 07:19:49 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function act() {
rm.killMonster(3230300);
rm.killMonster(3230301);
rm.message("The Jr. Boogies have been scared away.");
}