diff --git a/libs/events.js b/libs/events.js index 70f01d15..de8a0dce 100644 --- a/libs/events.js +++ b/libs/events.js @@ -1877,6 +1877,7 @@ events.prototype._action_setValue = function (data, x, y, prefix) { core.status.hero.hp = 0; core.updateStatusBar(); core.events.lose(); + return; } else { core.updateStatusBar(); }