Changeset - 2ac74ddca602
[Not reviewed]
default
0 1 0
Silverwing - 8 years ago 2016-05-28 10:07:54

Check for ignis suspicious
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -10,6 +10,15 @@ atl_lfc_darkstar_dlg = dlg {
 
		psub("q1");
 
		s.limit = 3;
 
		q2_states = 0;
 
		if (atl_lfc_electric) then
 
			pon('electric');
 
		end;
 
		if (atl_lfc_board) then
 
			pon('board');
 
		end;
 
		if (atl_lfc_hallrooms) then
 
			pon('hallrooms');
 
		end;
 
		if (atl_jack_in_party) then
 
			pon("random_lie", "wright_said");
 
			poff("random_true");
0 comments (0 inline, 0 general)