From e2fde2afcf397b09a6c53ea1215ab937de320a02 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 30 Sep 2019 03:05:47 +0200 Subject: [PATCH] noblow for Friendly Ivy --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index 89c685cb..9fe85134 100644 --- a/content.cpp +++ b/content.cpp @@ -330,7 +330,7 @@ MONSTER( 'D', 0xF09090, "Draugr", moDraugr, CF_FACE_UP | CF_NONLIVING | CF_SLOWM "Animated corpses of ancient Viking warriors. They are immune to mundane weapons, " "but they can be destroyed by your Orb of the Sword." ) -MONSTER( 'C', 0xC08000, "Friendly Ivy", moFriendlyIvy, ZERO | CF_NOGHOST | CF_FRIENDLY | CF_FACING | CF_ANYIVY, RESERVED, moNone, naturedesc ) +MONSTER( 'C', 0xC08000, "Friendly Ivy", moFriendlyIvy, ZERO | CF_NOGHOST | CF_NOBLOW | CF_FRIENDLY | CF_FACING | CF_ANYIVY, RESERVED, moNone, naturedesc ) MONSTER( 'V', 0xC000C0, "Vampire Bat", moVampire, CF_FACE_SIDE | CF_BIRD | CF_FLYING | CF_UNARMED | CF_IGNORE_PLATE, RESERVED, moEagle, "Vampire Bats don't attack normally, but they drain your magical powers if " "they are at distance at most 2 from you."