forked from oerkki/voxelands
Merge branch 'fireball' into 'next'
Added missing fireball's TTL. This should prevent everlasting fireballs. See merge request !60
This commit is contained in:
commit
e6c35d0c3d
|
@ -450,6 +450,7 @@ void content_mob_init()
|
|||
f->description = wgettext("Fireball");
|
||||
f->level = MOB_DESTRUCTIVE;
|
||||
f->setTexture("mob_fireball.png");
|
||||
f->lifetime = 20.0;
|
||||
f->punch_action = MPA_IGNORE;
|
||||
f->motion = MM_CONSTANT;
|
||||
f->motion_type = MMT_FLY;
|
||||
|
|
Loading…
Reference in New Issue