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.
22 lines
346 B
22 lines
346 B
action_inherited()
|
|
canbeX = 0
|
|
myhealth = 11
|
|
damage = 4
|
|
hitsound = 77
|
|
deathsound = 80
|
|
platyoffset = -6
|
|
frozenspr = 325
|
|
target = 0
|
|
canattack = 1
|
|
state = 1
|
|
image_speed = 0
|
|
if (global.difficulty == 0)
|
|
alarm[0] = 90
|
|
if (global.difficulty == 1)
|
|
alarm[0] = 60
|
|
if (global.difficulty == 2)
|
|
alarm[0] = 60
|
|
hitemp = 1
|
|
empspr = 324
|
|
freezefall = 0
|