This commit is contained in:
parent
7f191c3b80
commit
a1d7083098
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ namespace Server.Items
|
|||
{
|
||||
if (!RequireFreeHand || HasFreeHand(from))
|
||||
{
|
||||
if (Amount > 1)
|
||||
if (this is BaseExplosionPotion && Amount > 1)
|
||||
{
|
||||
BasePotion pot = (BasePotion)Activator.CreateInstance(this.GetType());
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ namespace Server.Items
|
|||
pot.Drink( from );
|
||||
}
|
||||
}
|
||||
else if( Amount == 1 )
|
||||
else
|
||||
{
|
||||
this.Drink( from );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue