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

Nature's Call summoned bear now has a tile

git-svn-id: http://svn.net-core.org/repos/t-engine4@2820 51575b47-30f0-44d4-a5cc-537603b46e54
parent 09090d19
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local bear = NPC.new{
type = "animal", subtype = "bear",
display = "q", color=colors.LIGHT_GREEN,
display = "q", color=colors.LIGHT_GREEN, image="npc/black_bear.png",
name = "guardian bear", faction = self.faction,
desc = [[A bear summoned by the powers of nature to help you.]],
autolevel = "warrior",
......
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