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 | 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> |