diff --git a/code/datums/soundOutput.dm b/code/datums/soundOutput.dm index f5960077dce9..b6e4109bf627 100644 --- a/code/datums/soundOutput.dm +++ b/code/datums/soundOutput.dm @@ -104,7 +104,7 @@ current_sounds[num2text(S.channel)] = T sound_to(owner, S) -/client/verb/sound_ended(channel as num, source as atom) +/client/verb/sound_ended(channel as num, source as mob|obj|turf) set name = ".soundend" soundOutput.remove_sound(num2text(channel))