Reformat and clean up reactor and base scripts

This commit is contained in:
P0nk
2021-09-09 23:38:09 +02:00
parent 3f43fe82d0
commit d9590078f5
231 changed files with 1192 additions and 1075 deletions

View File

@@ -19,6 +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/>.
*/
/* @Author Aexr, Ronan
* 2401000.js: Horntail's Cave - Summons Horntail.
*/
@@ -26,8 +27,8 @@
function act() {
rm.changeMusic("Bgm14/HonTale");
if (rm.getReactor().getMap().getMonsterById(8810026) == null) {
rm.getReactor().getMap().spawnHorntailOnGroundBelow(new java.awt.Point(71,260));
rm.getReactor().getMap().spawnHorntailOnGroundBelow(new java.awt.Point(71, 260));
var eim = rm.getEventInstance();
eim.restartEventTimer(60 * 60000);
}