Added missing fireball's TTL.

master
Capricorno 2016-07-29 15:49:56 +00:00
parent eaba86594e
commit 38cb15c300
1 changed files with 1 additions and 0 deletions

View File

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