mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 18:57:15 -05:00
Fix Trademarked (#11067)
Add effectType Co-authored-by: Meijer,L. (Lucas) <l.meijer6@students.uu.nl>
This commit is contained in:
parent
2dab03e2c0
commit
7135b1d196
|
|
@ -191,6 +191,7 @@ export const Scripts: ModdedBattleScriptsData = {
|
|||
flags: {},
|
||||
// Does not need activation message with this
|
||||
fullname: 'ability: ' + move.name,
|
||||
effectType: "Ability",
|
||||
onStart(this: Battle, pokemon: Pokemon) {
|
||||
if (pokemon.m.trademarkUsedThisTurn) {
|
||||
// no.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user