Skip to content
Snippets Groups Projects
Commit 5df38941 authored by DarkGod's avatar DarkGod
Browse files

ok ok Ill be a nice god today

parent 2a6a8fca
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
never_move = 1,
stats = { str=5, dex=5, wil=5, mag=5, con=5, cun=5 },
ai = nil, ai_tactic = nil, ai_state = nil,
infravision = 4,
infravision = 4, sight = 4,
combat = {
dam=resolvers.levelup(5, 1, 1.2),
......@@ -146,7 +146,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
never_move = 1,
stats = { str=5, dex=5, wil=5, mag=5, con=5, cun=5 },
ai = nil, ai_tactic = nil, ai_state = nil,
infravision = 4,
infravision = 4, sight = 4,
combat = {
dam=resolvers.levelup(5, 1, 1.2),
......@@ -176,7 +176,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
never_move = 1,
stats = { str=5, dex=5, wil=5, mag=5, con=5, cun=5 },
ai = nil, ai_tactic = nil, ai_state = nil,
infravision = 4,
infravision = 4, sight = 4,
lifesteal=15,
......
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