#494
Rocky Helmet (06dxd5ny)
0 ratingsAn item to be held by a Pokémon. If the holder is hit, the attacker will also be damaged upon contact.
Needs to be reworked since it causes desync
old code:
onHitAttempt: (game,move,user,target) => { if (target !== user && move.battle.contact) { target.battle.recoilOnTouch = "1/6"; } }