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.
AM2Rogue/Export_Code/gml_Object_oMOmegaMask3_Col...

40 lines
972 B

if (oMOmega.myhealth > 0 && oMOmegaMask.image_index != 0)
{
if (oMOmega.flashing == 0)
{
with (oMOmega)
{
dmg = 30
dmg = global.mod_omegadamagebackmissile
flashtime = 60
eyes_close = 15
}
if (other.smissile == 1)
{
with (oMOmega)
{
dmg = 150
dmg = global.mod_omegadamagebacksuper
flashtime = 120
eyes_close = 30
}
}
with (oMOmega)
event_user(0)
with (other.id)
event_user(0)
bld = instance_create((x + (8 * image_xscale)), (y - 24), oFXAnimSpark)
bld.sprite_index = sMGammaBlood1
bld.image_speed = 0.5
bld.image_alpha = 0.6
bld.image_xscale = image_xscale
bld.image_yscale = 1
bld.depth = -20
}
else
{
with (other.id)
event_user(1)
}
}