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

Mice dream now correctly has foes

git-svn-id: http://svn.net-core.org/repos/t-engine4@5889 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5c922d53
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ local Dialog = require "engine.ui.Dialog"
local Map = require "engine.Map"
local Astar = require "engine.Astar"
local forceprint = print
local print = function() end
--local print = function() end
--- Defines a zone: a set of levels, with depth, npcs, objects, level generator, ...
module(..., package.seeall, class.make)
......
......@@ -55,7 +55,7 @@ return {
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {20, 20},
filters = {{type="feline"}},
filters = {{subtype="feline"}},
randelite = 0,
},
object = {
......
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