Skip to content
Snippets Groups Projects
Commit bb5cfb04 authored by turnop's avatar turnop
Browse files

adds missing &

parent 93a5b48b
No related branches found
No related tags found
1 merge request!7806Tons of Imperial Events + minor imp fixes
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<<goto "P slave medic">> <<goto "P slave medic">>
<<elseif ($eventResults.pit == 1) && ($BodyguardID != 0)>> <<elseif ($eventResults.pit == 1) && ($BodyguardID != 0)>>
<<goto "PE pit fight">> <<goto "PE pit fight">>
<<elseif (_effectiveWeek >= 37) && ($arcologies[0].FSNeoImperialistLaw1 == 1) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $poorKnight != 1 _effectiveWeek >= $imperialEventWeek+3>> <<elseif (_effectiveWeek >= 37) && ($arcologies[0].FSNeoImperialistLaw1 == 1) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $poorKnight != 1 && _effectiveWeek >= $imperialEventWeek+3>>
<<set $poorKnight = 1>> <<set $poorKnight = 1>>
<<set $imperialEventweek = _effectiveWeek>> <<set $imperialEventweek = _effectiveWeek>>
<<goto "SE poorknight">> <<goto "SE poorknight">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment