Make Riche killable after destroying the reactor
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
@@ -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.")
|
||||
}
|
||||
@@ -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.")
|
||||
}
|
||||
@@ -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.")
|
||||
}
|
||||
Reference in New Issue
Block a user