Fixes shields inhands (#70395)

Fixes #70377

Stobe shield has been broken for.... hell I don't even know how long lmao

cl ShizCalev
fix: Fixed some missing shield inhand icons.
fix: The strobe shield's inhand icon now plays the flashing animation when triggered again.
fix: The strobe shield will no longer blind the person holding it when it deflects a blow.
fix: The light from the strobe shield's flash no longer appears in your held inventory slot.
fix: Fixed the east facing left-handed strobe shield sprite being misaligned by two pixels.
/cl
This commit is contained in:
ShizCalev
2022-10-12 14:39:59 +13:00
committed by GitHub
parent 1d582e9a49
commit c137b2f270
6 changed files with 60 additions and 21 deletions
+1 -2
View File
@@ -268,9 +268,8 @@
. = ..()
if(. & EMP_PROTECT_SELF)
return
if(!try_use_flash())
if(!AOE_flash())
return
AOE_flash()
burn_out()
/obj/item/assembly/flash/activate()//AOE flash on signal received