mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes wizard/timeline rewind sound runtimes (#94471)
## About The Pull Request These didn't pass the volume and runtimed ## Changelog 🆑 fix: Fixed wizard/timeline rewind sound runtimes /🆑
This commit is contained in:
@@ -137,12 +137,12 @@
|
||||
no_rewinds_message = "\"Rewind complete. You have arrived at: 10 seconds ago.\""
|
||||
|
||||
/datum/component/dejavu/timeline/rewind()
|
||||
playsound(get_turf(parent), 'sound/items/modsuit/rewinder.ogg')
|
||||
. = ..()
|
||||
playsound(get_turf(parent), 'sound/items/modsuit/rewinder.ogg', 50, TRUE)
|
||||
return ..()
|
||||
|
||||
/datum/component/dejavu/wizard
|
||||
rewind_message = "Your temporal ward activated, pulling you through spacetime!"
|
||||
|
||||
/datum/component/dejavu/wizard/rewind()
|
||||
playsound(get_turf(parent), 'sound/items/modsuit/rewinder.ogg')
|
||||
. = ..()
|
||||
playsound(get_turf(parent), 'sound/items/modsuit/rewinder.ogg', 50, TRUE)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user