Reformat and clean up reactor and base scripts
This commit is contained in:
@@ -19,14 +19,16 @@
|
||||
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 Crovy
|
||||
*
|
||||
* 1050000.js: Berserk 4th job quest rock - drops a shield or punts you from map.
|
||||
*/
|
||||
|
||||
function act() {
|
||||
if (Math.random() > 0.7)
|
||||
if (Math.random() > 0.7) {
|
||||
rm.dropItems();
|
||||
else
|
||||
} else {
|
||||
rm.warp(105090200, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user