4,951
edits
Falterfire (talk | contribs) (against my better judgment, saving a fix to monster EV and hoping things don't explode even though testing console is broken right now) |
Falterfire (talk | contribs) (typo fixing) |
||
Line 442: | Line 442: | ||
end | end | ||
--Account for GP only dropping when other loot is dropped | --Account for GP only dropping when other loot is dropped | ||
avgGp = | avgGp = avgGp * (lootChance * .01) | ||
result = result..'\r\n|}' | result = result..'\r\n|}' | ||
result = result..'\r\nThe loot dropped by the average kill is worth '..Icons.GP(Shared.round(lootValue, 2, 0)).." if sold" | result = result..'\r\nThe loot dropped by the average kill is worth '..Icons.GP(Shared.round(lootValue, 2, 0)).." if sold" |