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 (other.image_index < 2)
|
|
{
|
|
if (frozen > 0 && global.icemissiles && (!other.smissile) && justfrozen)
|
|
exit
|
|
if frozen
|
|
event_user(0)
|
|
if ((!frozen) && global.icemissiles && (!other.smissile))
|
|
{
|
|
frozen = 300
|
|
PlaySoundMono(sndFreezeHit)
|
|
justfrozen = 1
|
|
alarm[11] = 10
|
|
}
|
|
}
|