Added IDevourable for PlaugeBeast and any other creatures that devour corpses.

Corpses no longer have booleans all over the place, I converted the main variables to CorpseFlag
Added something to the Repair when deeds are deleted it'll also send a message in regards to repairing
Added OnBefore and OnAfter Convert/Unconvert for Paragon which is used in PlaugeBeast... Basically if the plauge beast is a paragon, then the devour corpse total will increase.
This commit is contained in:
ravenal 2009-10-18 15:49:24 +00:00
parent 123af436f9
commit 5d07b8f64a
5 changed files with 311 additions and 49 deletions

View file

@ -428,6 +428,7 @@ namespace Server.Engines.Craft
}
else if( toDelete )
{
from.SendLocalizedMessage( number );
m_Deed.Delete();
}
}