Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegoflores31 committed Jun 28, 2023
1 parent da4664d commit b0b5f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,11 @@

if(blunt_stab)
stabbing_xeno.visible_message(SPAN_XENOWARNING("\The [stabbing_xeno] swipes its tail into [target]'s [limb ? limb.display_name : "chest"], bashing it!"), SPAN_XENOWARNING("You swipe your tail into [target]'s [limb? limb.display_name : "chest"], bashing it!"))
playsound(target, "punch", 50, TRUE)
var/playing_sound = rand(1, 99)
if(playing_sound == 99)
playsound(target, "bonk", 50, TRUE)
else
playsound(target, "punch", 50, TRUE)
// The xeno smashes the target with their tail, moving it to the side and thus their direction as well.
stab_direction = turn(stabbing_xeno.dir, pick(90, -90))
stab_overlay = "slam"
Expand Down
Binary file added sound/effects/bonk.ogg
Binary file not shown.

0 comments on commit b0b5f87

Please sign in to comment.