Skip to content

Commit

Permalink
Add boss on level 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Dimitrov committed Mar 4, 2015
1 parent 4f1760d commit cdd6742
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions SkeletonWarrrior/SkeletonWarrior/SkeletonWarrior/Enemy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ public char EnemyType
{
get { return enemyType; }
}

public static string GetBossFile
{
get { return bossFile; }
}

public static ConsoleColor SetEnemyColorOnLevelUp()
{
Expand Down
5 changes: 5 additions & 0 deletions SkeletonWarrrior/SkeletonWarrior/SkeletonWarrior/GameLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ public static void StartGame()
ResetGame();
}
}

if (Player.PlayerLevel == 3)
{
Enemy.GetBoss();
}
if (moving)
{
mover = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Overkill 10
GunGrave 9
Guts 8
YoMamaIsMyMount 7

0 comments on commit cdd6742

Please sign in to comment.