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

Slime talents are learnt directly now

git-svn-id: http://svn.net-core.org/repos/t-engine4@1635 51575b47-30f0-44d4-a5cc-537603b46e54
parent b3927ee6
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ newEntity{ base = "BASE_POTION",
game.logSeen(who, "%s quaffs the slime juice. Yuck.", who.name:capitalize())
-- 1% chance of gaining slime mold powers
if rng.percent(1) then
who:learnTalentType("wild-gift/slime", false)
who:learnTalentType("wild-gift/slime", true)
game.logSeen(who, "%s is transformed by the slime mold juice.", who.name:capitalize())
game.logPlayer(who, "#00FF00#You gain an affinity for the molds. You can now learn new slime talents (press G).")
end
......
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