From d7f9760c0facab9dc7cfeeb2bf2d6b2368a29ae3 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Wed, 10 Sep 2014 14:13:25 +1000 Subject: [PATCH] fix typo so that Ryan doesn't make pointed comments at me --- script/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)->