# HG changeset patch # User Silverwing # Date 2017-11-06 09:36:28 # Node ID aa94c3b59f9fa171e1ebbde755255c0fb0cf2a3c # Parent dd729d6350f2545acde319df70308800d8a4dcc1 LFC fix diff --git a/atlantis_looking_for_clues.lua b/atlantis_looking_for_clues.lua --- a/atlantis_looking_for_clues.lua +++ b/atlantis_looking_for_clues.lua @@ -21,14 +21,14 @@ atl_lfc_darkstar_dlg = dlg { psub("q1"); s.limit = 3; q2_states = 0; - if (atl_lfc_electric) then + if (atl_lfc_electric == 1) then pon('electric'); end; - if (atl_lfc_board) then + if (atl_lfc_board == 1) then pon('board'); end; - if (atl_lfc_hallrooms) then - pon('hallrooms'); + if (atl_lfc_hallrooms == 1) then + pon('halldoors'); end; if (atl_jack_in_party) then pon("random_lie", "wright_said");