mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix: Change all instances of spookDust -> spookySparkles
This commit is contained in:
@@ -637,6 +637,8 @@ api.cast = async function(req, res, next) {
|
||||
|
||||
if (spellId === 'heallAll') {
|
||||
spellId = 'healAll';
|
||||
} else if (spellId === 'spookDust') {
|
||||
spellId = 'spookySparkles';
|
||||
}
|
||||
|
||||
let klass = shared.content.spells.special[spellId] ? 'special' : user.stats.class;
|
||||
|
||||
Reference in New Issue
Block a user