Page 1 of 1

(fixed) Small error in method_heal

Posted: Thu Nov 29, 2007 9:10 pm
by Remy
In the method_heal function ('base\methods.lua'), line 563 reads:

Code: Select all

	local needed_hp = dsb_get_maxbar(who_HEALTH) - hp
Which causes a crash. That last underscore in the arguements should probably be a comma.