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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oTPO2_Create_0.gml

21 lines
377 B

action_inherited()
canbeX = 0
myhealth = 8
damage = 16
if (oControl.mod_randomgamebool == 1 && (global.wbeam == 0 || global.sbeam == 0 || global.pbeam == 0))
{
freezehp = floor((myhealth * 0.15))
if (freezehp < 1)
freezehp = 1
}
hitsound = 78
deathsound = 77
canfreeze = 1
platyoffset = -6
frozenspr = 407
flipx = 0
state = 1
active = 1
hitemp = 1
empspr = 408