OSDN Git Service

店で売られることのない固定アーティファクトに対して複数販売されないよ
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 4 Nov 2003 23:36:23 +0000 (23:36 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 4 Nov 2003 23:36:23 +0000 (23:36 +0000)
うにするコードになっていたので, ☆用に再修正.

src/store.c

index f9e98db..ab4bb47 100644 (file)
@@ -1036,7 +1036,7 @@ static void mass_produce(object_type *o_ptr)
                case TV_DIGGING:
                case TV_BOW:
                {
-                       if (o_ptr->name1) break;
+                       if (o_ptr->art_name) break;
                        if (o_ptr->name2) break;
                        if (cost <= 10L) size += damroll(3, 5);
                        if (cost <= 100L) size += damroll(3, 5);