Skip to content
Snippets Groups Projects
Commit 16e44645 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Merge branch 'small_fixes' of git.net-core.org:0player/t-engine4 into small_fixes

parents 5b4a1c44 995e2e70
No related branches found
No related tags found
1 merge request!267Small fixes
......@@ -318,7 +318,7 @@ You feel good!]],
game.player:setEffect(game.player.EFF_VICTORY_RUSH_ZIGUR, 4, {})
elseif danger then
local msg = [[As you die in a dream you suddenly wake up.
Posionous fumes take their toll on your body!]]
Poisonous fumes take their toll on your body!]]
game.logPlayer(game.player)
require("engine.ui.Dialog"):simpleLongPopup("Deep slumber...", msg, 600)
local hit = math.max(0, game.player.life * 2 / 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment