Skip to content

Commit

Permalink
Resolves Ox ability should read: "Friend ahead *faints*: Gain Melon A…
Browse files Browse the repository at this point in the history
…rmor and +X attack" bencoveney#32
  • Loading branch information
ProbablyGallium committed Jun 18, 2022
1 parent 0ae6d35 commit bb3a0cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/db/pets/ox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { melonArmor } from "../statusEffects/melonArmor";

function oxAbility(level: number): Ability {
return {
description: `Friend ahead attacks: Gain Melon Armor and +${
level * 2
} attack`,
description: `Friend ahead faints: Gain Melon Armor and +${level * 2} attack.`,
trigger: Trigger.Faint,
triggeredBy: {
kind: "FriendAhead",
Expand Down

0 comments on commit bb3a0cf

Please sign in to comment.