Fix first poison activation not counting damage.

This commit is contained in:
GreenComfyTea
2022-07-25 15:58:36 +03:00
parent 7a89f66d23
commit a2e7c6b78d
6 changed files with 42 additions and 122 deletions

View File

@@ -96,6 +96,8 @@ log.info("[MHR Overlay] loaded");
-- #endregion
------------------------INIT MODULES-------------------------
----------------------------LOOP-----------------------------
-- #region
local function main_loop()
@@ -109,7 +111,6 @@ local function main_loop()
time.tick();
player.update_player_list(quest_status.index >= 2);
if quest_status.index < 2 then
quest_status.update_is_training_area();