summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 69362b8a6d..1c7594290b 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1217,6 +1217,13 @@ mutation_def mutation_defs[] = {
{"", "", ""},
"conserve potions",
},
+
+ { MUT_PASSIVE_FREEZE, 0, 1, false, false,
+ {"A frigid envelope surrounds you and freezes all who hurt you.", "", ""},
+ {"Your skin feels very cold...", "", ""},
+ {"", "", ""},
+ "passive freeze",
+ },
};
const mutation_def& get_mutation_def(mutation_type mut)