forked from oerkki/voxelands
Merge branch 'patch-3' into 'next'
Lowered fireball's lifetime. This value should finally allow them to despawn. See merge request !71
This commit is contained in:
commit
d34e8e5e68
|
@ -450,7 +450,7 @@ void content_mob_init()
|
|||
f->description = wgettext("Fireball");
|
||||
f->level = MOB_DESTRUCTIVE;
|
||||
f->setTexture("mob_fireball.png");
|
||||
f->lifetime = 20.0;
|
||||
f->lifetime = 10.0;
|
||||
f->punch_action = MPA_IGNORE;
|
||||
f->motion = MM_CONSTANT;
|
||||
f->motion_type = MMT_FLY;
|
||||
|
|
Loading…
Reference in New Issue