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

missing >

parent bb5cfb04
Branches
Tags
1 merge request!7806Tons of Imperial Events + minor imp fixes
......@@ -179,7 +179,7 @@
<<set $poorKnight = 1>>
<<set $imperialEventweek = _effectiveWeek>>
<<goto "SE poorknight">>
<<elseif (_effectiveWeek >= 40) && ($arcologies[0].prosperity > 80) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $newBaron != 1 && _effectiveWeek >= $imperialEventWeek+3>
<<elseif (_effectiveWeek >= 40) && ($arcologies[0].prosperity > 80) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $newBaron != 1 && _effectiveWeek >= $imperialEventWeek+3>>
<<set $newBaron = 1>>
<<set $imperialEventweek = _effectiveWeek>>
<<goto "SE newBaron">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment