Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -165,7 +165,7 @@ namespace Server.Engines.Quests.Hag
|
|||
}
|
||||
}
|
||||
|
||||
public override int MaxProgress{ get{ return m_MaxProgress; } }
|
||||
public override int MaxProgress => m_MaxProgress;
|
||||
|
||||
public KillImpsObjective( bool init )
|
||||
{
|
||||
|
|
@ -473,7 +473,7 @@ namespace Server.Engines.Quests.Hag
|
|||
public void NextStep()
|
||||
{
|
||||
System.From.SendLocalizedMessage( 1055046 ); // You have completed your current task on the Hag's Magic Brew Recipe list.
|
||||
|
||||
|
||||
if ( Step < 3 )
|
||||
System.AddObjective( new FindIngredientObjective( m_Ingredients ) );
|
||||
else
|
||||
|
|
@ -525,4 +525,4 @@ namespace Server.Engines.Quests.Hag
|
|||
System.AddConversation( new EndConversation() );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue