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_oErisHead_Collis...

20 lines
285 B

if other.active
{
if (floor(boosting) > 1)
boosting--
if (hp >= 3)
{
hp -= 2
stun = 10
event_user(2)
}
sfx_play(sndErisRoar4)
sfx_play(sndElectricExpl)
}
with (other.id)
{
active = 0
cooldown = cooldownmax
time = 0
}