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

11 lines
303 B

action_inherited()
frozenspr = 394
myhealth = 12
image_index = irandom_range(0, sprite_get_number(sprite_index))
if (oControl.mod_randomgamebool == 1 && (global.wbeam == 0 || global.sbeam == 0 || global.pbeam == 0))
{
freezehp = floor((myhealth * 0.15))
if (freezehp < 1)
freezehp = 1
}