Module:Monsters: Difference between revisions

typo fixing
(against my better judgment, saving a fix to monster EV and hoping things don't explode even though testing console is broken right now)
(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 * (lootChance * .01)
     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"