Messages will now play when an ability triggers
This commit is contained in:
@@ -10,6 +10,9 @@ brn:
|
||||
1.frac
|
||||
}
|
||||
onStart: |
|
||||
if (!source.isMove) {
|
||||
print(s"[${source.mon}'s ${source.effect}]")
|
||||
}
|
||||
println(s"${mon} was burned!")
|
||||
/*
|
||||
if (sourceEffect && sourceEffect.id === 'flameorb') {
|
||||
@@ -77,6 +80,9 @@ par:
|
||||
num: 0
|
||||
effectType: 'Status'
|
||||
onStart: |
|
||||
if (!source.isMove) {
|
||||
print(s"[${source.mon}'s ${source.effect}]")
|
||||
}
|
||||
println(s"${mon} was paralyzed!")
|
||||
/*
|
||||
if (sourceEffect && sourceEffect.effectType === 'Ability') {
|
||||
|
||||
Reference in New Issue
Block a user