mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fix list issue
This commit is contained in:
@@ -298,8 +298,8 @@
|
||||
scream_verb = "shrieks"
|
||||
male_scream_sound = 'sound/voice/shriek1.ogg'
|
||||
female_scream_sound = 'sound/voice/shriek1.ogg'
|
||||
male_cough_sounds = 'sound/voice/shriek1.ogg'
|
||||
female_cough_sounds = 'sound/voice/shriek1.ogg'
|
||||
male_cough_sounds = list('sound/voice/shriek1.ogg')
|
||||
female_cough_sounds = list('sound/voice/shriek1.ogg')
|
||||
male_sneeze_sound = 'sound/voice/shriek1.ogg'
|
||||
female_sneeze_sound = 'sound/voice/shriek1.ogg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user