Make Riche killable after destroying the reactor

This commit is contained in:
P0nk
2022-08-29 23:32:59 +02:00
parent 0118844c2e
commit 7d28e00e4f
4 changed files with 16 additions and 20 deletions

View File

@@ -19,8 +19,7 @@
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(6090000, 14);
}
function act() {}
function act() {
// I could not find the text from GMS, so I made something up.
rm.weakenAreaBoss(6090000, "Riche has been weakened.")
}

View File

@@ -19,8 +19,7 @@
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(6090000, 14);
}
function act() {}
function act() {
// I could not find the text from GMS, so I made something up.
rm.weakenAreaBoss(6090000, "Riche has been weakened.")
}

View File

@@ -19,8 +19,7 @@
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(6090000, 14);
}
function act() {}
function act() {
// I could not find the text from GMS, so I made something up.
rm.weakenAreaBoss(6090000, "Riche has been weakened.")
}

View File

@@ -19,8 +19,7 @@
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(6090000, 14);
}
function act() {}
function act() {
// I could not find the text from GMS, so I made something up.
rm.weakenAreaBoss(6090000, "Riche has been weakened.")
}