diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-24 22:06:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-01 16:11:22 +0200 |
commit | 4a4cd09b3c5a3592e5870fb7728449bcbaa56abe (patch) | |
tree | 69f92e239f24c827348463fc5c75d889b450366b /play.css | |
parent | 192b949ff8503e1f80ccd873ebc77fbfbe60d158 (diff) | |
download | waterloo-campaign-1815-4a4cd09b3c5a3592e5870fb7728449bcbaa56abe.tar.gz |
Fix detachment placement checks.
HQ cannot stack with any other (friendly or enemy) HQ.
Check if Detachment has valid destination to allow selecting.
Update ZOCs everywhere necessary.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ main { border: 4px solid #fff6; background-color: #fff2; box-shadow: 0 0 3px #0008; - z-index: 100; + z-index: 150; } .hex.action.stop { |