From 7a1352c3b5917e7f0d974a86101a41e912a8054e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 14 Dec 2002 14:25:11 +0000 Subject: [PATCH] dumpfbackenbrote abziehen. --- src/common/kernel/item.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/kernel/item.c b/src/common/kernel/item.c index 184a66f65..4c034d052 100644 --- a/src/common/kernel/item.c +++ b/src/common/kernel/item.c @@ -1940,6 +1940,7 @@ use_foolpotion(struct unit *u, int targetno, const struct item_type *itype, int "unit recipient amount", u, target, amount)); assert(oldpotiontype[P_FOOL]->itype==itype); change_effect(target, oldpotiontype[P_FOOL], amount); + new_use_pooled(u, itype->rtype, GET_DEFAULT, amount); return 0; }