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

Fix Ak'gishil's Animated Swords tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@6050 51575b47-30f0-44d4-a5cc-537603b46e54
parent b75c5b01
No related branches found
No related tags found
No related merge requests found
......@@ -962,7 +962,7 @@ newEntity{ base = "BASE_NPC_HORROR",
}
newEntity{ base="BASE_NPC_HORROR", define_as = "ANIMATED_BLADE",
type = "construct", subtype = "weapon", image="object/artifact/magical_animated_sword.png",
type = "construct", subtype = "weapon", image="object/magical_animated_sword.png",
name = "Animated Sword",
color = colors.GREY,
desc = [[Time seems to warp and bend around this floating weapon.]],
......
......@@ -690,7 +690,7 @@ newTalent{
-- Find an actor with that filter
local m = false
local list = mod.class.NPC:loadList("/data/general/npcs/horror.lua")
if self.is_akgishil and rng.percent(3) and not self.summoned_distort then
if self.is_akgishil and rng.percent(10) and not self.summoned_distort then
m = list.DISTORTED_BLADE:clone()
self.summoned_distort=1
else
......
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