Merge pull request #244 from Arokha/struggle

Fix struggle sounds
This commit is contained in:
Leshana
2016-05-29 16:27:48 -04:00
+2 -2
View File
@@ -372,6 +372,6 @@
M.show_message(struggle_outer_message, 2) // hearable
R << struggle_user_message
var/strsound = pick(struggle_sounds)
var/strpick = pick(struggle_sounds)
var/strsound = struggle_sounds[strpick]
playsound(R.loc, strsound, 50, 1)
R << strsound //Might be too loud. We'll see.