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

Spiderweb now has a tile

git-svn-id: http://svn.net-core.org/repos/t-engine4@4466 51575b47-30f0-44d4-a5cc-537603b46e54
parent 315f0fe5
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/trap/trap_spiderweb_01_64.png

11.7 KiB

......@@ -852,7 +852,7 @@ newTalent{
local dur = 2 + self:getTalentLevel(t)
local trap = mod.class.Trap.new{
type = "web", subtype="web", id_by_type=true, unided_name = "sticky web",
display = '^', color=colors.YELLOW,
display = '^', color=colors.YELLOW, image = "trap/trap_spiderweb_01_64.png",
name = "sticky web", auto_id = true,
detect_power = 6 * self:getTalentLevel(t), disarm_power = 10 * self:getTalentLevel(t),
level_range = {self.level, self.level},
......
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