Skip to content

Commit

Permalink
engi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostbyte178 committed Sep 11, 2024
1 parent 4092f4f commit e8bf38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions server/modules/definitions/groups/projectiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ Class.shotTrapBox = {
Class.pillbox = {
PARENT: "setTrap",
LABEL: "Pillbox",
CONTROLLERS: ["nearestDifferentMaster"],
INDEPENDENT: true,
DIE_AT_RANGE: true,
TURRETS: [
Expand All @@ -611,7 +610,6 @@ Class.pillbox = {
Class.unsetPillbox = {
PARENT: "unsetTrap",
LABEL: "Pillbox",
CONTROLLERS: ["nearestDifferentMaster"],
INDEPENDENT: true,
DIE_AT_RANGE: true,
TURRETS: [
Expand Down
3 changes: 2 additions & 1 deletion server/modules/definitions/groups/turrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,11 @@ Class.pillboxTurret = makeTurret({
PROPERTIES: {
SHOOT_SETTINGS: combineStats([g.basic, g.minionGun, g.turret, g.power, g.autoTurret, { density: 0.1 }]),
TYPE: "bullet",
WAIT_TO_CYCLE: true
},
},
],
}, {extraStats: []})
}, {independent: true, extraStats: []})
Class.autoSmasherMissileTurret = makeTurret({
HAS_NO_RECOIL: true,
GUNS: [
Expand Down

0 comments on commit e8bf38a

Please sign in to comment.