Overall wedding implementation

Implementation of the wedding feature.
This commit is contained in:
ronancpl
2018-04-10 21:50:29 -03:00
parent 6da5edd837
commit ede8ad8551
59 changed files with 5281 additions and 1246 deletions

View File

@@ -20,9 +20,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function act(){
for (var i = 0; i < 3; i++) {
rm.spawnMonster(9400506);
rm.spawnMonster(9400507);
}
rm.spawnMonster(9400507);
rm.sprayItems(true, 1, 100, 400, 15);
}

View File

@@ -20,8 +20,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function act(){
for (var i = 0; i < 5; i++)
rm.spawnMonster(9400506);
for (var j = 0; j < 7; j++)
rm.spawnMonster(9400507);
rm.sprayItems(true, 1, 100, 400, 15);
}