You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
326 B
9 lines
326 B
dodamage = 1
|
|
if (sprite_index == sSkorpDisc)
|
|
{
|
|
if (other.dash >= 29 || other.state == 30 || other.state == 31 || other.state == 29 || other.speedboost > 0 || (other.state == 15 && other.vjump == 0 && global.screwattack == 1))
|
|
dodamage = 0
|
|
if (dodamage == 1)
|
|
damage_player(damage, hpush, vpush, 0, 0)
|
|
}
|