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");