mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-06 12:31:32 +02:00
Add WORN_BACK location
This commit is contained in:
parent
fa5a771f88
commit
448adc6cba
7 changed files with 66 additions and 40 deletions
|
|
@ -333,6 +333,7 @@ const char *wear_where[] = {
|
|||
"<worn on finger> ",
|
||||
"<worn around neck> ",
|
||||
"<worn around neck> ",
|
||||
"<worn on back> ",
|
||||
"<worn on body> ",
|
||||
"<worn on head> ",
|
||||
"<worn on legs> ",
|
||||
|
|
@ -357,6 +358,7 @@ const char *equipment_types[] = {
|
|||
"Worn on left finger",
|
||||
"First worn around Neck",
|
||||
"Second worn around Neck",
|
||||
"Worn on back",
|
||||
"Worn on body",
|
||||
"Worn on head",
|
||||
"Worn on legs",
|
||||
|
|
@ -411,6 +413,7 @@ const char *wear_bits[] = {
|
|||
"TAKE",
|
||||
"FINGER",
|
||||
"NECK",
|
||||
"BACK",
|
||||
"BODY",
|
||||
"HEAD",
|
||||
"LEGS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue