This commit is contained in:
Markus Armbruster 2006-03-06 18:24:39 +00:00
parent 211a56489b
commit 6fc677e720

View file

@ -37,7 +37,7 @@
#include "item.h" #include "item.h"
struct ichrstr ichr[] = { struct ichrstr ichr[] = {
/* mnem vtype val sell lbs {in rg wh ur bnk} melt name */ /* mnem uid val sell lbs {in rg wh ur bnk} melt name */
{'c', I_CIVIL, 1, 0, 1, {1, 10, 10, 10, 10}, 4, "civilians"}, {'c', I_CIVIL, 1, 0, 1, {1, 10, 10, 10, 10}, 4, "civilians"},
{'m', I_MILIT, 0, 0, 1, {1, 1, 1, 1, 1}, 20, "military"}, {'m', I_MILIT, 0, 0, 1, {1, 1, 1, 1, 1}, 20, "military"},
{'s', I_SHELL, 5, 1, 1, {1, 1, 10, 1, 1}, 80, "shells"}, {'s', I_SHELL, 5, 1, 1, {1, 1, 10, 1, 1}, 80, "shells"},