This commit is contained in:
parent
ea0e037770
commit
96a37544fd
17 changed files with 211 additions and 163 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue