Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Dec 2, 2024
1 parent 2de890a commit fac2496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/datum/species/synthetic/colonial/working_joe/upp/handle_death(mob/living/carbon/human/dying_joe, gibbed)
if(!gibbed) //A gibbed Joe won't have a death rattle
return
playsound(get_turf(dying_joe), "uppj_death", 25, FALSE)
playsound(get_turf(dying_joe), "upp_wj_death", 25, FALSE)

/datum/species/synthetic/colonial/working_joe/handle_post_spawn(mob/living/carbon/human/joe)
. = ..()
Expand Down
Binary file added sound/voice/joe/upp_joe/nepriyatno.ogg
Binary file not shown.

0 comments on commit fac2496

Please sign in to comment.