mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
antidote display and functionality (#10199)
* update antidote display and functionality - fixes #9758 and #10160 update antidote display and functionality - fixes #9758 and #10160 update antidote display and functionality - fixes #9758 and #10160 update antidote display and functionality - fixes #9758 and #10160 * clean up / refactor * prevent unpin of all items which don't have a pinType * remove the double boolean casting / fix lint
This commit is contained in:
@@ -282,6 +282,7 @@ spells.special = {
|
||||
mana: 0,
|
||||
value: 5,
|
||||
immediateUse: true,
|
||||
purchaseType: 'debuffPotion',
|
||||
target: 'self',
|
||||
notes: t('spellSpecialSaltNotes'),
|
||||
cast (user) {
|
||||
@@ -312,6 +313,7 @@ spells.special = {
|
||||
mana: 0,
|
||||
value: 5,
|
||||
immediateUse: true,
|
||||
purchaseType: 'debuffPotion',
|
||||
target: 'self',
|
||||
notes: t('spellSpecialOpaquePotionNotes'),
|
||||
cast (user) {
|
||||
@@ -342,6 +344,7 @@ spells.special = {
|
||||
mana: 0,
|
||||
value: 5,
|
||||
immediateUse: true,
|
||||
purchaseType: 'debuffPotion',
|
||||
target: 'self',
|
||||
notes: t('spellSpecialPetalFreePotionNotes'),
|
||||
cast (user) {
|
||||
@@ -372,6 +375,7 @@ spells.special = {
|
||||
mana: 0,
|
||||
value: 5,
|
||||
immediateUse: true,
|
||||
purchaseType: 'debuffPotion',
|
||||
target: 'self',
|
||||
notes: t('spellSpecialSandNotes'),
|
||||
cast (user) {
|
||||
|
||||
Reference in New Issue
Block a user