OSDN Git Service

Revert "Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband"
[hengband/hengband.git] / src / melee1.c
index 637365b..428927a 100644 (file)
 #include "player-damage.h"
 #include "monsterrace-hook.h"
 #include "melee.h"
+#include "projection.h"
 #include "monster.h"
 #include "monster-status.h"
 #include "monster-spell.h"
 #include "avatar.h"
 #include "player-status.h"
 #include "realm-hex.h"
-#include "object-flavor.h"
 #include "object-hook.h"
 #include "grid.h"
 #include "player-move.h"
-#include "floor.h"
-#include "spells.h"
 
 
 
@@ -2552,7 +2550,11 @@ bool make_attack_normal(MONSTER_IDX m_idx)
 #else
                                                msg_format("%sour %s (%c) was stolen!", ((o_ptr->number > 1) ? "One of y" : "Y"), o_name, index_to_label(i));
 #endif
+
                                                chg_virtue(V_SACRIFICE, 1);
+
+
+                                               /* Make an object */
                                                o_idx = o_pop();
 
                                                /* Success */