Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
3Snake3 committed May 10, 2022
1 parent eb4cedf commit f07de8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/units/units.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ knife.abilities.add(new UnitSpawnAbility(UnitTypes.dagger, 1500, 0, 0));
knife.immunities = ObjectSet.with(StatusEffects.wet, StatusEffects.muddy);
knife.ammoType = new ItemAmmoType(Items.titanium);


const axe = extendContent(UnitType, "axe", {});
axe.constructor = () => extend(MechUnit, {});
axe.abilities.add(new ShieldRegenFieldAbility(1, 100, 80, 60));
Expand Down

0 comments on commit f07de8e

Please sign in to comment.