summaryrefslogtreecommitdiff
path: root/lib/core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/crpt_aux.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/core/crpt_aux.lua b/lib/core/crpt_aux.lua
index 7703a815..369cf5d1 100644
--- a/lib/core/crpt_aux.lua
+++ b/lib/core/crpt_aux.lua
@@ -120,15 +120,6 @@ function lose_corruption()
end
end
--- Lose all corruptions (for e.g. Potion of New Life)
-function lose_all_corruptions()
- local i;
- for i = 0, __corruptions_max - 1 do
- lose_corruption()
- end
- return -1
-end
-
-- Creates a new corruption
function add_corruption(c)
assert(c.color, "No corruption color")