Skip to content

Commit

Permalink
local sound
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 20, 2024
1 parent 011b196 commit 1b9ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/food/code/food/nails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/obj/item/reagent_containers/food/snacks/nails/On_Consume(mob/living/carbon/human/user)
. = ..()
to_chat(user, "<span class='warning'>Ты чувствуешь адскую боль во рту!</span>")
playsound(user, "bonebreak", 60, TRUE)
playsound(user.loc, "bonebreak", 60, TRUE)
user.apply_damage(5, BRUTE, "head")

switch(rand(1, 3))
Expand Down

0 comments on commit 1b9ab0b

Please sign in to comment.