updates to community maps

This commit is contained in:
landgreen
2020-10-28 05:46:12 -07:00
parent 7b620ca1f0
commit a4a2a9bf2a
5 changed files with 560 additions and 245 deletions

View File

@@ -1563,7 +1563,7 @@ const b = {
const sub = Vector.sub(this.lockedOn.position, this.position)
const DIST = Vector.magnitude(sub);
const unit = Vector.normalise(sub)
const DRAIN = 0.002
const DRAIN = 0.0012
if (DIST < mod.isPlasmaRange * 450 && mech.energy > DRAIN) {
mech.energy -= DRAIN;
if (mech.energy < 0) {