RanvierMUD / ranviermud

A node.js based MUD game engine
https://ranviermud.com
MIT License
796 stars 247 forks source link

Inaccurate helpfile for default craft command #239

Closed seanohue closed 7 years ago

seanohue commented 7 years ago

Description

When typing help craft the helpfile appears to contain a copy+paste error.

Expected outcome

The help craft output should be specifically tailored to the craft command.

Actual outcome

--------------------------------------------------------------------------------
                                     craft                                      
--------------------------------------------------------------------------------
Syntax: quest <log/list/complete/start> [npc] [number]

craft list                  View crafting recipe categories
craft list <category #>     List recipes for a given category
craft list   <cat #> <item #> View stats and ingredients for a given item
craft create <cat #> <item #> Create item viewed with list <#> <#>
--------------------------------------------------------------------------------

Steps to reproduce

On the staging branch, pull down the latest version, boot it up, log in, and type help craft.

Version of Ranvier

v1.1.1

shawncplus commented 7 years ago

Closed by #242