bug fix on final boss kill

This commit is contained in:
landgreen
2021-01-01 17:25:12 -08:00
parent 3fa89b85d7
commit ecb41e1a19
6 changed files with 97 additions and 28 deletions

View File

@@ -561,7 +561,8 @@
<script src="js/mob.js"></script>
<script src="js/spawn.js"></script>
<script src="js/level.js"></script>
<script src="js/visibility.js"></script>
<!-- <script src="js/visibility.js"></script> -->
<script src="js/lore.js"></script>
<script src="js/engine.js"></script>
<script src="js/index.js"></script>
</body>