Shield overlays from shielded hardsuits and nullrod staffs (#22940)

This commit is contained in:
Thunder12345
2017-01-12 15:09:25 -05:00
committed by KorPhaeron
parent c3c2b3f739
commit d56b3f469c
2 changed files with 2 additions and 2 deletions
@@ -78,7 +78,7 @@
/obj/item/weapon/nullrod/staff/worn_overlays(isinhands)
. = list()
if(isinhands)
. += image(icon = 'icons/effects/effects.dmi', icon_state = "[shield_icon]")
. += image(layer = MOB_LAYER+0.01, icon = 'icons/effects/effects.dmi', icon_state = "[shield_icon]")
/obj/item/weapon/nullrod/staff/blue
name = "blue holy staff"
+1 -1
View File
@@ -608,7 +608,7 @@
/obj/item/clothing/suit/space/hardsuit/shielded/worn_overlays(isinhands)
. = list()
if(!isinhands)
. += image(icon = 'icons/effects/effects.dmi', icon_state = "[shield_state]")
. += image(layer = MOB_LAYER+0.01, icon = 'icons/effects/effects.dmi', icon_state = "[shield_state]")
/obj/item/clothing/head/helmet/space/hardsuit/shielded
resistance_flags = FIRE_PROOF | ACID_PROOF