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.
28 lines
446 B
28 lines
446 B
canbeX = 1
|
|
makeActive()
|
|
setCollisionBounds(-4, -12, 4, 0)
|
|
state = 0
|
|
statetime = 0
|
|
hp = global.mod_genesisHealth
|
|
flashing = 0
|
|
fxtimer = 0
|
|
facing = 0
|
|
ceiling = 0
|
|
dark = 1
|
|
col = 0
|
|
hpush = 5
|
|
vpush = -4
|
|
damage = global.mod_genesisDamage
|
|
turning = 0
|
|
turnframe = 0
|
|
scan_log(38, get_text("ScanEvents", "ScanBioform"), 180, 0)
|
|
dead = 0
|
|
xtreme = 0
|
|
if (oControl.mod_monstersextremecheck == 1)
|
|
{
|
|
hp *= 1.2
|
|
damage *= 1.4
|
|
xtreme = 1
|
|
}
|
|
leapcool = 0
|