forked from oerkki/voxelands
MobFeatures doesn't have a lifetime member anymore
This commit is contained in:
parent
7b1192de06
commit
fe5acc2029
|
@ -443,7 +443,6 @@ void content_mob_init()
|
||||||
f->description = wgettext("Fireball");
|
f->description = wgettext("Fireball");
|
||||||
f->level = MOB_DESTRUCTIVE;
|
f->level = MOB_DESTRUCTIVE;
|
||||||
f->setTexture("mob_fireball.png");
|
f->setTexture("mob_fireball.png");
|
||||||
f->lifetime = 10.0;
|
|
||||||
f->punch_action = MPA_IGNORE;
|
f->punch_action = MPA_IGNORE;
|
||||||
f->motion = MM_CONSTANT;
|
f->motion = MM_CONSTANT;
|
||||||
f->motion_type = MMT_FLY;
|
f->motion_type = MMT_FLY;
|
||||||
|
|
Loading…
Reference in New Issue