Changes all sounds to be lower case, plus standardizes their references

This commit is contained in:
Lzimann
2017-06-11 00:38:45 -03:00
parent 6e2ea59aa4
commit 3e34eb9e3f
579 changed files with 518 additions and 518 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
return
crit_fail = FALSE
times_used = 0
playsound(src.loc, 'sound/items/Deconstruct.ogg', 50, 1)
playsound(src.loc, 'sound/items/deconstruct.ogg', 50, 1)
update_icon()
flash.crit_fail = TRUE
flash.update_icon()