Skip to content

Commit

Permalink
stranger doom shooting (#5179)
Browse files Browse the repository at this point in the history
* stranger doom shooting

* 3dir
  • Loading branch information
Trilbyspaceclone authored Apr 17, 2024
1 parent ced60f3 commit 9d8d0da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
. = ..()
do_sparks(3, 0, src.loc)

/mob/living/carbon/superior_animal/human/stranger/right_before_firing()
flick("strangerranged_shooter",src)
..()

/mob/living/carbon/superior_animal/human/stranger/death()
. = ..()
var/obj/item/gun/energy/plasma/stranger/S = new (src.loc)
Expand Down
Binary file modified icons/mob/mobs-humanoid.dmi
Binary file not shown.

0 comments on commit 9d8d0da

Please sign in to comment.