summaryrefslogtreecommitdiff
path: root/src/melee1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-07 14:50:36 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:27 +0200
commita01f15e08da3b2e0e326b2a94100e17962136741 (patch)
treefa07a987e816cc752f909b689e2118f6c963c3b3 /src/melee1.c
parent41b6617e992d3fedda4c0a93ddd0fa4ad834a2ae (diff)
Lua: Refactor all the corruption code into C
Diffstat (limited to 'src/melee1.c')
-rw-r--r--src/melee1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/melee1.c b/src/melee1.c
index 4e5d3208..0940f7b4 100644
--- a/src/melee1.c
+++ b/src/melee1.c
@@ -2877,7 +2877,7 @@ bool_ make_attack_normal(int m_idx, byte divis)
{
/* Change to resist(but never total protection) */
/* if (magik(3) || (magik(m_ptr->level - (p_ptr->lev / 2))))
- call_lua("gain_corruption", "(s)", "", "Vampire");*/
+ gain_corruption("Vampire");*/
}
if (explode)