New Content - Implemented Passive skill Indefatigable missing from modifiers.txt (r11567)

The command "ash numeric_modifier("_spec","HP Regen Min");" is returning 0.0 with the zombie skill Indefatigable because it's not listed in modifiers.txt. Here's the line it needs in the passive skills section:

Code:
Indefatigable	HP Regen Min: 16, HP Regen Max: 20
 
Top