This commit is contained in:
@@ -19,7 +19,7 @@ public class EffectSpore : Script
|
||||
return;
|
||||
if (move.User.HasHeldItem("safety_goggles"))
|
||||
return;
|
||||
if (!move.UseMove.HasFlag("contact"))
|
||||
if (!move.GetHitData(target, hit).IsContact)
|
||||
return;
|
||||
|
||||
var rng = move.Battle.Random;
|
||||
|
||||
Reference in New Issue
Block a user