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

Alchemist's Golem now only levels with the player

git-svn-id: http://svn.net-core.org/repos/t-engine4@1935 51575b47-30f0-44d4-a5cc-537603b46e54
parent 62b8dc37
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,13 @@ local function makeGolem()
energy = { mod=1 },
stats = { str=14, dex=12, mag=10, con=12 },
-- No natural exp gain
gainExp = function() end,
keep_inven_on_death = true,
-- no_auto_resists = true,
open_door = true,
cut_immune = 1,
blind_immune = 1,
fear_immune = 1,
poison_immune = 1,
......
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