This commit is contained in:
mark 2009-01-30 23:12:13 +00:00
parent ea0e037770
commit 96a37544fd
17 changed files with 211 additions and 163 deletions

View file

@ -296,15 +296,8 @@ namespace Server.Items
m_FacialHair = facialhair;
#if false
// This corpse does not turn to bones if:
// (the owner is not a player) and (the owner doesn't have a human body)
m_NoBones = !owner.Player && !owner.Body.IsHuman;
#else
// This corpse does not turn to bones if:
// (the owner is not a player)
// This corpse does not turn to bones if: the owner is not a player
m_NoBones = !owner.Player;
#endif
m_Looters = new List<Mobile>();
m_EquipItems = equipItems;