From 485ff761f74648e0a3b2dda2bb7ee6aa37065911 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 28 Jan 2011 11:22:21 +0000
Subject: [PATCH] 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
---
 game/modules/tome/data/zones/temporal-rift/npcs.lua | 2 +-
 game/modules/tome/data/zones/temporal-rift/zone.lua | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/game/modules/tome/data/zones/temporal-rift/npcs.lua b/game/modules/tome/data/zones/temporal-rift/npcs.lua
index ae6ab647d8..312c0014d0 100644
--- a/game/modules/tome/data/zones/temporal-rift/npcs.lua
+++ b/game/modules/tome/data/zones/temporal-rift/npcs.lua
@@ -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,
diff --git a/game/modules/tome/data/zones/temporal-rift/zone.lua b/game/modules/tome/data/zones/temporal-rift/zone.lua
index 2b94065337..b93a9493ea 100644
--- a/game/modules/tome/data/zones/temporal-rift/zone.lua
+++ b/game/modules/tome/data/zones/temporal-rift/zone.lua
@@ -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
-- 
GitLab