From 6acc0dc2d9f48281b0cf6f87de1e0c87a05cee63 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Tue, 3 Nov 2009 21:09:06 -0800 Subject: Fix Vp crash Unused mutations still need a placeholder entry, or else the vampire mutation capping gets very confused. --- crawl-ref/source/mutation.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/mutation.cc') diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc index 8892c55aab..dce229b194 100644 --- a/crawl-ref/source/mutation.cc +++ b/crawl-ref/source/mutation.cc @@ -928,6 +928,13 @@ mutation_def mutation_defs[] = { "" }, + { MUT_UNUSED_1, 0, 3, false, false, + {"", "", ""}, + {"", "", ""}, + {"", "", ""}, + "" + }, + // Scales of various colours and effects { MUT_RED_SCALES, 2, 3, false, true, {"You are partially covered in red scales (AC +1).", -- cgit v1.2.3-54-g00ecf