Skip to content

Commit

Permalink
*Unlock WIP Quests
Browse files Browse the repository at this point in the history
  • Loading branch information
khamukkamu committed Nov 1, 2017
1 parent d9a6d85 commit bc1f333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions ModuleSystem/module_scripts.py
Expand Up @@ -6087,8 +6087,8 @@ def set_item_score():
(else_try),

##Kham - Defend refugees
(eq, cheat_switch, 1),
(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
#(eq, cheat_switch, 1),
#(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
(eq, ":quest_no", "qst_blank_quest_01"),
(try_begin),
(eq, "$tld_war_began", 1),
Expand All @@ -6110,8 +6110,8 @@ def set_item_score():
(else_try),

##Kham - Hunt Down refugees
(eq, cheat_switch, 1),
(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
#(eq, cheat_switch, 1),
#(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
(eq, "$tld_war_began", 1),
(eq, ":quest_no", "qst_blank_quest_02"),
(try_begin),
Expand Down Expand Up @@ -6577,8 +6577,8 @@ def set_item_score():
(else_try),

##Kham - Reinforce Center
(eq, cheat_switch, 1),
(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
#(eq, cheat_switch, 1),
#(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
(eq, ":quest_no", "qst_blank_quest_16"),
(try_begin),
(eq, "$tld_war_began", 1),
Expand Down

0 comments on commit bc1f333

Please sign in to comment.