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

fixs

git-svn-id: http://svn.net-core.org/repos/t-engine4@6223 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2f93cdf6
No related branches found
No related tags found
No related merge requests found
......@@ -2494,9 +2494,9 @@ function _M:levelup()
self.unused_stats = self.unused_stats + 10
self.unused_talents = self.unused_talents + 3
self.unused_generics = self.unused_generics + 3
end
if self.player and not config.settings.cheat then
Dialog:simpleLongPopup("Level 50!", "You have achieved #LIGHT_GREEN#level 50#WHITE#, congratulations!\n\nThis level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #LIGHT_GREEN#3#WHITE# more class talent points and #LIGHT_GREEN#3#WHITE# more generic talent points.\nNow go forward boldly and triumph!", 400)
if self.player and not config.settings.cheat then
Dialog:simpleLongPopup("Level 50!", "You have achieved #LIGHT_GREEN#level 50#WHITE#, congratulations!\n\nThis level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #LIGHT_GREEN#3#WHITE# more class talent points and #LIGHT_GREEN#3#WHITE# more generic talent points.\nNow go forward boldly and triumph!", 400)
end
end
elseif type(self.no_points_on_levelup) == "function" then
self:no_points_on_levelup()
......
......@@ -30,6 +30,7 @@ newEntity{ define_as = "STAFF_ABSORPTION_AWAKENED", base="BASE_STAFF",
name = "Awakened Staff of Absorption", identified=true, force_lore_artifact=true,
display = "\\", color=colors.VIOLET, image = "object/artifact/staff_absorption.png",
encumber = 7,
plot=true,
desc = [[Carved with runes of power, this staff seems to have been made long ago. Yet it bears no signs of tarnishment.
Light around it seems to dim and you can feel its tremendous power simply by touching it.
The Sorcerers seem to have awakened its power.
......@@ -109,6 +110,7 @@ newEntity{ define_as = "PEARL_LIFE_DEATH",
name = "Pearl of Life and Death",
display = "*", color=colors.WHITE, image = "object/artifact/pearl_of_life.png",
encumber = 2,
plot=true,
desc = [[A pearl, three times a normal sized one, that glitters in infinite colours, with slight patterns ever shifting away.]],
carrier = {
......
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