Make Scholar Ghost killable after triggering the reactor

This commit is contained in:
P0nk
2022-08-29 23:05:25 +02:00
parent 8c418f197a
commit 0118844c2e

View File

@@ -19,6 +19,6 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
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.");
}