forked from github/server
Kleiner fix Wundsalbenänderung
This commit is contained in:
parent
a801d02905
commit
8c26dc03eb
1 changed files with 1 additions and 1 deletions
|
@ -2123,7 +2123,7 @@ init_oldpotions(void)
|
|||
if (p==P_FOOL) itype->useonother = &use_foolpotion;
|
||||
}
|
||||
oldpotiontype[P_WARMTH]->use = &use_warmthpotion;
|
||||
oldpotiontype[P_WARMTH]->use = &use_healingpotion;
|
||||
oldpotiontype[P_HEILWASSER]->use = &use_healingpotion;
|
||||
oldpotiontype[P_BAUERNBLUT]->use = &use_bloodpotion;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue