diff --git a/src/common/spells/alp.c b/src/common/spells/alp.c index 1612c5a6d..713fc6562 100644 --- a/src/common/spells/alp.c +++ b/src/common/spells/alp.c @@ -156,7 +156,7 @@ alp_findet_opfer(unit *alp, region *r) */ a_removeall(&alp->attribs, &at_eventhandler); /* Alp umwandeln in Curse */ - c = create_curse(mage, &opfer->attribs, ct_find("worse"), 0, 0, -2, opfer->number); + c = create_curse(mage, &opfer->attribs, ct_find("worse"), 2, 2, -2, opfer->number); /* solange es noch keine spezielle alp-Antimagie gibt, reagiert der * auch auf normale */ /* set_curseflag(opfer->attribs, C_ALLSKILLS, 0, CURSE_NOAGE+CURSE_IMMUN); */