DarkCastleMUD / DarkCastle

Dark Castle is a text-based MUD (multi-user dungeon) that was originally based on DIKU MUD around 1995. It has been running since then.
https://www.dcastle.org/
GNU Lesser General Public License v2.1
12 stars 11 forks source link

scribe add/brew add syntax issue #163

Open TehDreadPirateRoberts opened 3 years ago

TehDreadPirateRoberts commented 3 years ago

scribe add brew add [herb_vnum] [liquid_type] [container_vnum] [spell_num]

Both have the final arg being spell_num but when you input with spell num but it actually requires the spell name typed in or it does not work. Does not work: scribe add 6326 6336 6333 6340 42 Works: scribe add 6326 6336 6333 6340 word of recall

TehDreadPirateRoberts commented 3 years ago

Looks like even the worded spell will not be added correctly unless written as protection_from_good. Otherwise it just defaults to the first "protection" in the list which is protection_from_evil.