Kleiner fix Wundsalbenänderung

This commit is contained in:
Enno Rehling 2003-08-17 17:25:09 +00:00
parent a801d02905
commit 8c26dc03eb

View file

@ -2123,7 +2123,7 @@ init_oldpotions(void)
if (p==P_FOOL) itype->useonother = &use_foolpotion; if (p==P_FOOL) itype->useonother = &use_foolpotion;
} }
oldpotiontype[P_WARMTH]->use = &use_warmthpotion; oldpotiontype[P_WARMTH]->use = &use_warmthpotion;
oldpotiontype[P_WARMTH]->use = &use_healingpotion; oldpotiontype[P_HEILWASSER]->use = &use_healingpotion;
oldpotiontype[P_BAUERNBLUT]->use = &use_bloodpotion; oldpotiontype[P_BAUERNBLUT]->use = &use_bloodpotion;
} }