Comparing version 0.5.2 to 0.5.3
@@ -234,5 +234,5 @@ module.exports.createCommands = (world) => { | ||
if ( items[i].slot() == world.constants().SLOT_WIELD ) | ||
user.send(`You return ${items.name()} to your inventory.\r\n`); | ||
user.send(`You return ${items[i].name()} to your inventory.\r\n`); | ||
else | ||
user.send(`You remove ${items.name()}.\r\n`); | ||
user.send(`You remove ${items[i].name()}.\r\n`); | ||
@@ -239,0 +239,0 @@ await world.itemToInventory(items[i], user); |
{ | ||
"name": "muddy", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A Node.js Multi-User Dungeon (MUD) Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# Muddy v0.5.2 [![Build Status](https://www.travis-ci.org/om-mani-padme-hum/muddy.svg?branch=master)](https://www.travis-ci.org/om-mani-padme-hum/muddy) [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
# Muddy v0.5.3 [![Build Status](https://www.travis-ci.org/om-mani-padme-hum/muddy.svg?branch=master)](https://www.travis-ci.org/om-mani-padme-hum/muddy) [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
A Node.js Multi-User Dungeon (MUD) Framework | ||
@@ -3,0 +3,0 @@ |
134143