Skip to content

Commit

Permalink
add leading zero to mp drain for mushroom quest
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Apr 15, 2024
1 parent 1914a46 commit cf866f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/common/script/content/quests/seasonal.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const QUEST_SEASONAL = {
title: t('questFungiRageTitle'),
description: t('questFungiRageDescription'),
value: 50,
mpDrain: .33,
mpDrain: 0.33,
effect: t('questFungiRageEffect'),
},
},
Expand Down

0 comments on commit cf866f1

Please sign in to comment.