Strobe shield now activates when attacked (#23450)

* Update flash.dm

* I will muder underscores eventually
This commit is contained in:
Haevacht
2017-02-01 13:52:07 +11:00
committed by oranges
parent 1680572cdc
commit c6cc2b7933
+5 -1
View File
@@ -281,4 +281,8 @@
addtimer(CALLBACK(src, .proc/update_icon), 5)
if(holder)
holder.update_icon()
holder.update_icon()
/obj/item/device/assembly/flash/shield/hit_reaction(obj/item/weapon/W, mob/user, params)
activate()
return ..()