Alter playsound paradigm

This commit is contained in:
Aronai Sieyes
2020-05-18 23:42:15 -04:00
parent 3cf33431f1
commit 09074eaabb
398 changed files with 1046 additions and 1046 deletions
+1 -1
View File
@@ -230,7 +230,7 @@
cards -= P
cards = newcards
user.visible_message("<span class = 'notice'>\The [user] shuffles [src].</span>")
playsound(user, 'sound/items/cardshuffle.ogg', 50, 1)
playsound(src, 'sound/items/cardshuffle.ogg', 50, 1)
cooldown = world.time
else
return
+1 -1
View File
@@ -36,7 +36,7 @@
newcards += P
cards -= P
cards = newcards
playsound(user, 'sound/items/cardshuffle.ogg', 50, 1)
playsound(src, 'sound/items/cardshuffle.ogg', 50, 1)
user.visible_message("\The [user] shuffles [src].")
cooldown = world.time
else