bleh, what a day.
This commit is contained in:
parent
2c406352b8
commit
52caf4ab00
1 changed files with 5 additions and 4 deletions
|
|
@ -62,6 +62,11 @@ namespace Server.Items
|
|||
get { return new FountainOfLifeDeed( m_Charges ); }
|
||||
}
|
||||
|
||||
public override bool OnDragLift( Mobile from )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual TimeSpan RechargeTime { get { return TimeSpan.FromDays( 1 ); } }
|
||||
|
||||
public override int LabelNumber { get { return 1075197; } } // Fountain of Life
|
||||
|
|
@ -69,10 +74,6 @@ namespace Server.Items
|
|||
public override int DefaultDropSound { get { return 66; } }
|
||||
public override int DefaultMaxItems { get { return 125; } }
|
||||
|
||||
new public bool Movable { get { return m_Movable; } set { } }
|
||||
|
||||
private bool m_Movable;
|
||||
|
||||
private int m_Charges;
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue