hide spear's shadow if buried

This commit is contained in:
kgy01 2014-03-25 08:31:38 -04:00
parent 3cc422a281
commit a420064bc1

View file

@ -486,7 +486,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
else
@marks[range['name']].toggle false for range in @ranges
if @thangType.get('name') is 'Arrow' and @thang.action is 'die'
if (@thangType.get('name') is 'Arrow' or @thangType.get('name') is 'Spear') and @thang.action is 'die'
@marks.shadow.hide()
mark.update() for name, mark of @marks
#@thang.effectNames = ['berserk', 'confuse', 'control', 'curse', 'fear', 'poison', 'paralyze', 'regen', 'sleep', 'slow', 'haste']