Skip to content

Commit

Permalink
* disable follow spy quest
Browse files Browse the repository at this point in the history
  • Loading branch information
khamukkamu committed Aug 15, 2018
1 parent 5cc1178 commit 1379ca2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ModuleSystem/module_scripts.py
Expand Up @@ -7279,6 +7279,8 @@ def set_item_score():
(else_try),
(eq, ":quest_no", "qst_follow_spy"),
(try_begin),
(troop_slot_eq, "trp_player", slot_troop_home, 22), #Kham Cheat Mode
(eq, cheat_switch, 1), #Enabled only with cheat switch, for now
(ge, "$g_talk_troop_faction_relation", 0),
#(neq, ":giver_reputation", lrep_goodnatured),
(party_get_skill_level, ":tracking_skill", "p_main_party", "skl_tracking"),
Expand Down

0 comments on commit 1379ca2

Please sign in to comment.