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

typo

parent 3c834c78
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