Bug - Fixed Can't understand path(BIG!)

Theraze

Active member
> ash $monster[wall of skin]

Returned: wall of skin
id => 1707
Expression syntax errors for 'wall of skin':
Can't understand path(BIG!)
base_hp => 50
base_attack => 220
base_defense => 176
raw_hp => 50
raw_attack => 200
raw_defense => 200
base_initiative => -10000
raw_initiative => -10000
attack_element => none
defense_element => none
physical_resistance => 0
min_meat => 0
max_meat => 0
base_mainstat_exp => 28.333333333333332
phylum => construct
poison => none
boss => false
dummy => false
image => wallofskin.gif
images => aggregate boolean [string]
**wallofskin.gif => true
attributes => Atk: 200 Def: 200 HP: [50+150*path(BIG!)] Init: -10000 P: construct
random_modifiers => aggregate boolean [string]
manuel_name => wall of skin
Was running through looking for an old post (which I didn't find) and along the way randomly checked the wall of skin. This is using r16953. Apparently the path check fails to be evaluated properly in attributes, based on this error message?
 
Top