Bug Ghost Dog Chow reports wrong effect

ckb

Minion
Staff member
$item[Ghost Dog Chow] incorrectly seems to give $effect[Scaredy Dog]. This effect comes from eating a ghost dog, not from using Ghost Dog Chow


> ash effect_modifier($item[Ghost Dog Chow],"Effect");

Returned: Scaredy Dog
name => Scaredy Dog
default => eat 1 ghost dog
note =>
all => aggregate boolean [string]
eat 1 ghost dog => true
image => hotdog_spooky.gif
descid => 17e17c59ee318d83bc9f094145261adb
candy_tier => 0
quality => neutral
attributes =>
 

gausie

D̰͕̝͚̤̥̙̐̇̑͗̒e͍͔͎͈͔ͥ̉̔̅́̈l̠̪̜͓̲ͧ̍̈́͛v̻̾ͤe͗̃ͥ̐̊ͬp̔͒ͪ
Staff member
This is simple to fix (change like 3494 of Modifiers.java to int itemId = ItemDatabase.getItemId(name, 1, false); but the fix may break other things (I can't tell and it would be tough to test). Hmmm
 
Top