mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Alter playsound paradigm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user