index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/public/index.html b/public/index.html index 718654c..a7e84e0 100644 --- a/public/index.html +++ b/public/index.html @@ -13,18 +13,6 @@ <slot name="firing-modifier"></slot><br> <slot name="movement-points"></slot> </span> - <label> - <input type="radio" name="damage" checked> - <span class="damage-selector lethal"></span> - </label> - <label> - <input type="radio" name="damage"> - <span class="damage-selector clear"></span> - </label> - <label> - <input type="radio" name="damage"> - <span class="damage-selector bruise"></span> - </label> </template> <template id="soldier-record-block"> |