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

Summertide Phial also lites the player's tile

git-svn-id: http://svn.net-core.org/repos/t-engine4@2717 51575b47-30f0-44d4-a5cc-537603b46e54
parent af35f5c0
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ newEntity{ base = "BASE_LITE",
max_power = 15, power_regen = 1,
use_power = { name = "call light", power = 10,
use = function(self, who)
who:project({type="ball", range=0, friendlyfire=false, radius=20}, who.x, who.y, engine.DamageType.LITE, 100)
who:project({type="ball", range=0, radius=20}, who.x, who.y, engine.DamageType.LITE, 100)
game.logSeen(who, "%s brandishes the %s and banishes all shadows!", who.name:capitalize(), self:getName())
end
},
......
......@@ -23,6 +23,7 @@ newEntity{ base = "BASE_STORE", define_as = "JEWELRY",
name="Jewelry",
display='2', color=colors.BLUE,
resolvers.store("ANGOLWEN_JEWELRY", "angolwen"),
resolvers.chatfeature("jewelry-store", "angolwen"),
}
newEntity{ base = "BASE_STORE", define_as = "ALCHEMIST",
......
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