highrise
some changes to highrise level boost bug fix MACHO bug fix
This commit is contained in:
36
js/spawn.js
36
js/spawn.js
@@ -2,25 +2,25 @@
|
||||
const spawn = {
|
||||
pickList: ["starter", "starter"],
|
||||
fullPickList: [
|
||||
// "hopper", "hopper", "hopper",
|
||||
// "shooter", "shooter",
|
||||
// "striker", "striker",
|
||||
// "laser", "laser",
|
||||
// "exploder", "exploder",
|
||||
// "stabber", "stabber",
|
||||
// "launcher", "launcher",
|
||||
"hopper", "hopper", "hopper",
|
||||
"shooter", "shooter",
|
||||
"striker", "striker",
|
||||
"laser", "laser",
|
||||
"exploder", "exploder",
|
||||
"stabber", "stabber",
|
||||
"launcher", "launcher",
|
||||
"springer", "springer",
|
||||
// "pulsar", "pulsar",
|
||||
// "sucker",
|
||||
// "chaser",
|
||||
// "sniper",
|
||||
// "spinner",
|
||||
// "grower",
|
||||
// "beamer",
|
||||
// "focuser",
|
||||
// "spawner",
|
||||
// "ghoster",
|
||||
// "sneaker",
|
||||
"pulsar", "pulsar",
|
||||
"sucker",
|
||||
"chaser",
|
||||
"sniper",
|
||||
"spinner",
|
||||
"grower",
|
||||
"beamer",
|
||||
"focuser",
|
||||
"spawner",
|
||||
"ghoster",
|
||||
"sneaker",
|
||||
],
|
||||
allowedGroupList: ["chaser", "spinner", "striker", "springer", "laser", "focuser", "beamer", "exploder", "spawner", "shooter", "launcher", "stabber", "sniper", "pulsar"],
|
||||
setSpawnList() { //this is run at the start of each new level to determine the possible mobs for the level
|
||||
|
||||
Reference in New Issue
Block a user