diff --git a/app/lib/surface/CocoSprite.coffee b/app/lib/surface/CocoSprite.coffee index 833deaa4d..d80d8705a 100644 --- a/app/lib/surface/CocoSprite.coffee +++ b/app/lib/surface/CocoSprite.coffee @@ -498,7 +498,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass Backbone.Mediator.publish ourEventName, newEvent addHealthBar: -> - return unless @thang?.health? and "health" in (@thang?.hudProperties ? []) + return unless @thang?.health? and "health" in (@thang?.hudProperties ? []) and @options.floatingLayer healthColor = healthColors[@thang?.team] ? healthColors["neutral"] healthOffset = @getOffset 'aboveHead' bar = @healthBar = createProgressBar(healthColor, healthOffset)