diff options
Diffstat (limited to 'npc/items/alcohol.txt')
-rw-r--r-- | npc/items/alcohol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 1c157584b..c83ae406b 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -43,7 +43,7 @@ OnUse: // Do you have enough vitality to hold your beer? // Skip this check on the first drink if (ALC_THRESHOLD) { - .@vit=readparam(bVit); + .@vit=readparam2(bVit); if (@Alcohol+ALC_THRESHOLD > .@vit) { dispbottom l("You vomit, you are too drunk for this to have effect anymore."); dispbottom l("Raise vitality to be able to drink even more."); |