OSDN Git Service

★フランテングは巨人に9倍ダメージだったものを5倍ダメージにするように
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 25 Sep 2003 00:56:18 +0000 (00:56 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 25 Sep 2003 00:56:18 +0000 (00:56 +0000)
正式に仕様変更していたという連絡を受けたため, 巨人9倍コードを削除.

src/cmd1.c

index d2ed267..f2053b4 100644 (file)
@@ -428,7 +428,6 @@ s16b tot_dam_aux(object_type *o_ptr, int tdam, monster_type *m_ptr, int mode, bo
                                }
 
                                if (mult < 50) mult = 50;
-                               if ((mult < 90) && (o_ptr->name1 == ART_HRUNTING)) mult = 90;
                        }
 
                        /* Slay Dragon  */