Make Snow Witch killable after reactor activation

This commit is contained in:
P0nk
2022-08-29 21:20:51 +02:00
parent 84890ac308
commit 7fffd0bb64
5 changed files with 36 additions and 6 deletions

View File

@@ -20,6 +20,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function hit() {
rm.hitMonsterWithReactor(6090001, 4);
rm.getReactor().setEventState(Math.floor(Math.random() * 3));
rm.weakenAreaBoss(6090001, "The light at the altar appeases the hatred of the Snow Witch. The force of the Witch has weakened.");
}

View File

@@ -20,6 +20,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function hit() {
rm.hitMonsterWithReactor(6090001, 4);
rm.getReactor().setEventState(Math.floor(Math.random() * 3));
rm.weakenAreaBoss(6090001, "The light at the altar appeases the hatred of the Snow Witch. The force of the Witch has weakened.");
}

View File

@@ -20,6 +20,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function hit() {
rm.hitMonsterWithReactor(6090001, 4);
rm.getReactor().setEventState(Math.floor(Math.random() * 3));
rm.weakenAreaBoss(6090001, "The light at the altar appeases the hatred of the Snow Witch. The force of the Witch has weakened.");
}