From 8b4c163569ea3a6c18e7a3eff19a2bce2ece8536 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 2 Nov 2009 21:01:27 -0800 Subject: Implement "Passive Freeze" mutation (DS) --- 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 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) -- cgit v1.2.3-54-g00ecf