diff --git a/script/index.coffee b/script/index.coffee index 97e32a4631..2e3b92eab0 100644 --- a/script/index.coffee +++ b/script/index.coffee @@ -410,7 +410,7 @@ api.wrap = (user, main=true) -> user.stats[lostStat]-- if lostStat # Lose a gear piece - # Free items (value:0) cannot be lost to avoid "pay to win". Subscribers have more free (Mystery) items and so would have a higher chance of loosing a free one. + # Free items (value:0) cannot be lost to avoid "pay to win". Subscribers have more free (Mystery) items and so would have a higher chance of losing a free one. # Note ""+k string-casting. Without this, when run on the server Mongoose returns funny objects cl = user.stats.class lostItem = user.fns.randomVal _.reduce(user.items.gear.owned, ((m,v,k)->