blob: 8748d93b3a75e4db3b44b5c784687c2dc70ca97e (
plain)
1
2
3
4
5
6
7
8
9
|
; AI_BASIC discourages these effects if the player
; already has a status condition.
StatusOnlyEffects:
db EFFECT_SLEEP
db EFFECT_TOXIC
db EFFECT_POISON
db EFFECT_PARALYZE
db -1 ; end
|