Lowered fireball's lifetime.

This commit is contained in:
Capricorno 2016-08-24 23:14:55 +00:00
parent 4ec28ba379
commit e03a4a0d0f
1 changed files with 1 additions and 1 deletions

View File

@ -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;