Skip to content

Commit d57639b

Browse files
Mothership HP tiny fix
1 parent a97ad1d commit d57639b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Misc/Mothership.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class Mothership extends TankBody {
7272

7373
const def = (this.definition = Object.assign({}, this.definition));
7474
// 418 is what the normal health increase for stat/level would be, so we just subtract it and force it 7k
75-
def.maxHealth = 7008 - 418;
75+
def.maxHealth = 7000 - 418;
7676
}
7777

7878
public onDeath(killer: Live): void {

0 commit comments

Comments
 (0)