Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. if (level > 100) {
  2. if (spellCasted > 10000) {
  3. magicanFlag = 1;
  4. cout << "You have unlocked the Magician arcana";
  5. }
  6. }
  7. if (highPriestessFlag == 1) {
  8. cout << "(2)The High Priestess \n";
  9. }
  10. if (empressFlag == 1) {
  11. cout << "(3)The Empress \n";
  12. }
  13. if (emperorFlag == 1) {
  14. cout << "(4)The Emperor \n";
  15. }
  16. if (hierophantFlag == 1) {
  17. cout << "(5)The Hierophant \n";
  18. }
  19. if (loversFlag == 1) {
  20. cout << "(6)The Lovers \n";
  21. }
  22. if (chariotFlag == 1) {
  23. cout << "(7)The Chariot \n";
  24. }
  25. if (hermitFlag == 1) {
  26. cout << "(8)The Hermit \n";
  27. }
  28. if (fortuneFlag == 1) {
  29. cout << "(9)Wheel of Fortune \n";
  30. }
  31. if (justiceFlag == 1) {
  32. cout << "(10)Justice \n";
  33. }
  34. if (strengthFlag == 1) {
  35. cout << "(11)Strength \n";
  36. }
  37. if (hangedFlag == 1) {
  38. cout << "(12)The Hanged Man \n";
  39. }
  40. if (deathFlag == 1) {
  41. cout << "(13)Death \n";
  42. }
  43. if (temperanceFlag == 1) {
  44. cout << "(14)Temperance \n";
  45. }
  46. if (devilFlag == 1) {
  47. cout << "(15)The Devil \n";
  48. }
  49. if (towerFlag == 1) {
  50. cout << "(16)The Tower \n";
  51. }
  52. if (starFlag == 1) {
  53. cout << "(17)The Star \n";
  54. }
  55. if (moonFlag == 1) {
  56. cout << "(18)The Moon \n";
  57. }
  58. if (sunFlag == 1) {
  59. cout << "(19)The Sun \n";
  60. }
  61. if (judgementFlag == 1) {
  62. cout << "(20)Judgement \n";
  63. }
  64. if (worldFlag == 1) {
  65. cout << "(21)The World \n";
  66. }
Add Comment
Please, Sign In to add comment