Fix bug with monster check

This commit is contained in:
Warren Ouyang
2022-01-23 17:21:43 -08:00
parent 8184b440be
commit 96a9fbb635

View File

@@ -392,7 +392,7 @@ function record_health(enemy)
local monster = monster_table[enemy]; local monster = monster_table[enemy];
if not hp_entry then if not monster then
monster = {}; monster = {};
monster_table[enemy] = monster; monster_table[enemy] = monster;