index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-16 13:29:16 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-16 13:29:16 -0700 |
commit | 811cf8999fbc7d53098124bd8069f907aa944997 (patch) | |
tree | aad92f53adedc413aaf93cc75990ead7cff631c3 /public/index.html | |
parent | 44feb23b193a86b05383e31e3f267995119f8fde (diff) |
WIP
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 063797f..6e5f522 100644 --- a/public/index.html +++ b/public/index.html @@ -267,7 +267,7 @@ <!-- 1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br> 17th Kestral Mechanized Infantry --> </p> - <div is="soldier-record-block" class="soldier-record selected" data-troop-number="1" data-troop-allegiance="davion"> + <div is="soldier-record-block" class="soldier-record" data-troop-number="1" data-troop-allegiance="davion"> <span slot="troop-number">1</span> <span slot="primary-weapon-type">Rifle</span> <span slot="primary-weapon-damage">4L</span> @@ -387,4 +387,4 @@ <script src="soldier_record_block.js"></script> <script src="index.js"></script> </body> -</html>
\ No newline at end of file +</html> |