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-15 00:00:34 +01:00
committed by GitHub
parent 7facb216a0
commit d4bb05bcc7
2 changed files with 2 additions and 2 deletions
@@ -123,7 +123,7 @@
user.visible_message(span_notice("[user] starts to shave [src] using \the [attacking_item]."), span_notice("You start to shave [src] using \the [attacking_item]..."))
if(do_after(user, 5 SECONDS, target = src))
user.visible_message(span_notice("[user] shaves [src]'s hair using \the [attacking_item]."))
playsound(get_turf(src), 'sound/items/tools/welder2.ogg', 20, TRUE)
playsound(get_turf(src), 'sound/items/hair-clippers.ogg', 20, TRUE)
shaved = TRUE
icon_living = "[icon_living]_shaved"
icon_dead = "[icon_living]_shaved_dead"