Skip to content
Snippets Groups Projects
Commit 485ff761 authored by dg's avatar dg
Browse files

Ben should correctly appear in the temporal rift

git-svn-id: http://svn.net-core.org/repos/t-engine4@2520 51575b47-30f0-44d4-a5cc-537603b46e54
parent 20f35476
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ load("/data/general/npcs/horror.lua", function(e) if e.rarity then e.horror_rari
local Talents = require("engine.interface.ActorTalents")
newEntity{ define_as = "BEN_CRUTHDAR",
newEntity{ define_as = "BEN_CRUTHDAR_ABOMINATION",
type = "humanoid", subtype = "temporal", unique = true,
name = "Ben Cruthdar, the Abomination",
display = "p", color=colors.VIOLET,
......
......@@ -125,6 +125,7 @@ return {
elseif lev == 2 and not game.level.shown_warning then
Dialog:simplePopup("Temporal Rift", "This looks like Maj'Eyal's forest but it looks strangely distorbed, beware...")
game.level.shown_warning = true
require("engine.generator.actor.Random").new(game.zone, game.level.map, game.level, {}):generateGuardian("BEN_CRUTHDAR_ABOMINATION")
elseif lev == 3 and not game.level.shown_warning then
Dialog:simplePopup("Temporal Rift", "As you pass the rift you see what seems to be the Daikara mountains, yet they are not.")
game.level.shown_warning = true
......
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