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

whoops, fix unremarkable cave

parent c5df2bd6
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ newEntity{ define_as = "FILLAREL",
seen_by = function(self, who)
if not self.has_been_seen and who.player then
for act, info in pairs(self.fov.actors) do
for uid, act in pairs(game.level.entities) do
if act.name == "Krogar" then
local Chat = require("engine.Chat")
local chat = Chat.new("unremarkable-cave-bosses", self, who)
......
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