Damage Shield + Bone Shield
Posted: Sun Jun 09, 2013 9:49 pm
If both of these are active, attacks both drain bone shield charges and affect damage shields. What seems to be happening is that the Damage Shield soaks up all of the damage and then passes a bunch of 0 damage attacks to all the remaining potential shields including Bone Shield which then get burned off. Switching the order up so Bone Shield gets checked first or a simple if (value != 0) check in Bone Shield should fix this.