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.
|
if (state != 100)
|
|
{
|
|
flashing = 10
|
|
if (hp <= 0)
|
|
{
|
|
hp = 0
|
|
state = 1
|
|
statetime = 0
|
|
sfx_stop(sndFreezeHit)
|
|
sfx_play(sndFreezeHit)
|
|
}
|
|
else
|
|
sfx_play(sndIceBeamHit)
|
|
}
|