mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

stat obj doesn't support `stat obj 3.xx` #185

Open mattgodbolt opened 4 years ago

mattgodbolt commented 4 years ago

As soon as the stat* functions see a number they assume it's a vnum and only do lookup. They should probably use is_number() on the arg to check for it being an entire number not just the first char.