winter event! npcs, snowball=>snowman, new hairs/beards. Fixes to beard/chin overlays. move Fortify Service => "Fortify Potion" Special. @sabrecat let me know what you think: http://gyazo.com/55cd424f104b8f3acb557b99d918cb4b). Sorry for mixing concerns in this commit, some rebase difficulties

This commit is contained in:
Tyler Renelle
2013-12-20 10:25:23 -07:00
parent f4fca98bd1
commit 676112c1b5
8 changed files with 73 additions and 35 deletions
+2 -1
View File
@@ -299,7 +299,8 @@ api.buyGemsPaypalIPN = function(req, res) {
api.cast = function(req, res) {
var user = res.locals.user;
var type = req.body.type, target = req.body.target;
var spell = shared.content.spells[user.stats.class][req.params.spell];
var klass = req.params.spell == 'snowball' ? 'special' : user.stats.class
var spell = shared.content.spells[klass][req.params.spell];
var done = function(){
var err = arguments[0];