Changeset - aa94c3b59f9f
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-11-06 09:36:28

LFC fix
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -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");
0 comments (0 inline, 0 general)