Skip to content
Snippets Groups Projects
Commit 69f142a3 authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'small_fixes' into 'master'

Small fixes

Solipsist unlock didn't work on dream altar, should now
parents 7c00a949 3c834c78
No related branches found
No related tags found
No related merge requests found
......@@ -309,11 +309,13 @@ You feel good!]],
end
end
game.party:setPlayer(game:getPlayer(true))
if self.success then
world:gainAchievement("ALL_DREAMS", self.summoner, dream)
end
if self.success and danger then
require("engine.ui.Dialog"):simpleLongPopup("Deep slumber...", msg, 600)
game.logPlayer(game.player, msg:gsub("\n", " "))
game.player:setEffect(game.player.EFF_VICTORY_RUSH_ZIGUR, 4, {})
world:gainAchievement("ALL_DREAMS", self.summoner, dream)
elseif danger then
local msg = [[As you die in a dream you suddenly wake up.
Posionous fumes take their toll on your body!]]
......
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