Change mob life time

master
Lean Rada 2015-01-19 16:51:57 +08:00
parent 3905e9c829
commit 45608a927e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ mobs.default_prototype = {
current_animation_end = 0,
destination = nil, -- position
last_attack_time = 0,
life_timer = 90,
life_timer = 75,
pause_timer = 0,
timer = 0,
}