maldorne / hexagon

MudOS-alike mudlib running on the DGD driver.
http://www.maldorne.org
12 stars 2 forks source link

fix find_match with singular and plurals #10

Closed neverbot closed 3 years ago

neverbot commented 3 years ago

find_match with a singular id like "sword", returns a list of every item that matches that id, instead of just the first.

Take a look to the efun present, it also does the identification with sword 2. See if both efuns are necessary and where are they called from.

neverbot commented 3 years ago

fixed, both single/plural ids working and sword 2 now valid as target