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.
19 lines
453 B
19 lines
453 B
if (special == 0)
|
|
{
|
|
expl = instance_create(x, y, oPBombExpl)
|
|
expl.myid = 0
|
|
expl = instance_create(x, y, oPBombExpl)
|
|
expl.myid = 0
|
|
expl.image_angle = 90
|
|
expl = instance_create(x, y, oPBombExpl)
|
|
expl.myid = 0
|
|
expl.image_angle = 180
|
|
expl = instance_create(x, y, oPBombExpl)
|
|
expl.myid = 0
|
|
expl.image_angle = 270
|
|
sfx_play(sndPBombExpl)
|
|
}
|
|
else
|
|
instance_create(x, y, oQueenFinalExplosion)
|
|
instance_destroy()
|