(fixed) Small error in method_heal
Posted: Thu Nov 29, 2007 9:10 pm
In the method_heal function ('base\methods.lua'), line 563 reads:
Which causes a crash. That last underscore in the arguements should probably be a comma.
Code: Select all
local needed_hp = dsb_get_maxbar(who_HEALTH) - hp