cutechicken commited on
Commit
80c595b
ยท
verified ยท
1 Parent(s): 0db636e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -968,6 +968,9 @@ function updateGame() {
968
 
969
  // ์Šคํ•ํŒŒ์ด์–ด ์—…๋ฐ์ดํŠธ
970
  spitfires = spitfires.filter(spitfire => spitfire.update());
 
 
 
971
 
972
  // ๊ฒฝ๊ณ ์„  ์—…๋ฐ์ดํŠธ
973
  warningLines = warningLines.filter(line => !line.isExpired());
 
968
 
969
  // ์Šคํ•ํŒŒ์ด์–ด ์—…๋ฐ์ดํŠธ
970
  spitfires = spitfires.filter(spitfire => spitfire.update());
971
+
972
+ // BF109 ๋ฐ๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ์ถ”๊ฐ€
973
+ updateBF109Damage();
974
 
975
  // ๊ฒฝ๊ณ ์„  ์—…๋ฐ์ดํŠธ
976
  warningLines = warningLines.filter(line => !line.isExpired());