@Override public void add(Combat c, Status status) { super.add(c, status); if (stunned()) { c.write( this, Global.format( "With {self:name-possessive} link to the fight weakened, {self:subject-action:disappears|disappears}..", this, this)); c.removePet(this); } }
@Override protected void resolveOrgasm( Combat c, Character opponent, BodyPart selfPart, BodyPart opponentPart, int times, int totalTimes) { super.resolveOrgasm(c, opponent, selfPart, opponentPart, times, totalTimes); c.write( this, Global.format( "The force of {self:name-possessive} o****m destroys {self:possessive} anchor to the fight and {self:pronoun} disappears.", this, opponent)); c.removePet(this); }