Replaces uses of welder sounds when using razors with hair cutting noises (#95754)

## About The Pull Request

Title. I saw someone shaving Ian and it annoyed me it was using a welder
sound.

## Why It's Good For The Game

Yo ass ain' welding.

## Changelog
🆑
sound: Shaving Ian will no longer sound like you're using a Welder.
/🆑
This commit is contained in:
Cursor
2026-04-14 17:00:34 -06:00
committed by GitHub
parent 7facb216a0
commit d4bb05bcc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@
skinhead.set_facial_hairstyle("Shaved", update = TRUE)
else
skinhead.set_hairstyle("Skinhead", update = TRUE)
playsound(loc, 'sound/items/tools/welder2.ogg', 20, TRUE)
playsound(loc, 'sound/items/hair-clippers.ogg', 20, TRUE)
/obj/item/razor/attack(mob/target_mob, mob/living/user, list/modifiers, list/attack_modifiers)
if(!ishuman(target_mob))