diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2026-03-15 21:42:14 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2026-03-15 21:42:14 +0100 |
| commit | f0c2066e3ffffe3212658313cd6e30d85028412c (patch) | |
| tree | 7fffcf8fcde438d1a565e154a52909fa6c054832 /lib/colonial_twilight/actions/fln/agitate.rb | |
| parent | e4e09f936d38a89082f40354fdf451ad875baffa (diff) | |
| download | colonial-twilight-f0c2066e3ffffe3212658313cd6e30d85028412c.zip colonial-twilight-f0c2066e3ffffe3212658313cd6e30d85028412c.tar.gz | |
implement FLN action & operations
Diffstat (limited to 'lib/colonial_twilight/actions/fln/agitate.rb')
| -rw-r--r-- | lib/colonial_twilight/actions/fln/agitate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colonial_twilight/actions/fln/agitate.rb b/lib/colonial_twilight/actions/fln/agitate.rb index fd0e287..8434662 100644 --- a/lib/colonial_twilight/actions/fln/agitate.rb +++ b/lib/colonial_twilight/actions/fln/agitate.rb @@ -34,7 +34,7 @@ module ColonialTwilight # with Base and or Control && terror or shift to oppose possible def applicable?(space) - Rally.applicable?(space) && + Rally.applicable?(space) && !space.country? && (space.fln_bases.positive? || space.fln_control?) && (space.terror.positive? || !space.oppose?) end |
