summaryrefslogtreecommitdiff
path: root/create.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-12 19:01:14 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-12 19:01:14 +0200
commitddecff58940daac435a3ba9477c71f50234fa7eb (patch)
tree130ce5f728065cc3fbc0b0af2d0ea4e362f8cde9 /create.html
parentfbdde950647e16e4997f36b935ffaba04f3a50af (diff)
downloadcrusader-rex-ddecff58940daac435a3ba9477c71f50234fa7eb.tar.gz
Make delayed hits default behavior.
Add immediate hits as a (hidden) option.
Diffstat (limited to 'create.html')
-rw-r--r--create.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/create.html b/create.html
index 80dc869..a170e57 100644
--- a/create.html
+++ b/create.html
@@ -7,11 +7,13 @@ Iron Bridge
<dd>The road between Antioch and Harim has a move limit of 3.
</dl>
+<!--
<dl>
<dt>
<label>
-<input type="checkbox" id="delay_hits" name="delay_hits" value="true">
-Delayed hit assignment
+<input type="checkbox" id="immediate" name="immediate" value="true">
+Assign hits immediately
</label>
-<dd>Fire all blocks with the same initiative before assigning hits.
+<dd><i>Note: This will slow down async play significantly!
</dl>
+-->