Skip to content

Commit

Permalink
oh yeah, genfemale.dm needs fart sounds too
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter committed Aug 27, 2024
1 parent 387b73d commit c6c3e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion code/modules/mob/living/carbon/human/voicepacks/genfemale.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@
used = 'sound/vo/attn.ogg'
if("psst")
used = 'sound/vo/psst.ogg'
return used
if("fart")
used = pick('sound/vo/vart (1).ogg', 'sound/vo/vart (2).ogg', 'sound/vo/vart (3).ogg', 'sound/vo/vart (4).ogg')
return used
3 changes: 1 addition & 2 deletions code/modules/mob/living/carbon/human/voicepacks/genmale.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@
used = 'sound/vo/psst.ogg'
if("fart")
used = pick('sound/vo/vart (1).ogg', 'sound/vo/vart (2).ogg', 'sound/vo/vart (3).ogg', 'sound/vo/vart (4).ogg')

return used
return used

0 comments on commit c6c3e56

Please sign in to comment.