mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
fixes a fuck load of sounds
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
vv_update_display(D, "deleted", "")
|
||||
// Skyrat edit addition start -- optional bluespace sparks on delete
|
||||
if(T && prefs.read_preference(/datum/preference/toggle/admin/delete_sparks))
|
||||
playsound(T, 'sound/magic/Repulse.ogg', 100, 1)
|
||||
playsound(T, 'sound/effects/magic/repulse.ogg', 100, 1)
|
||||
var/datum/effect_system/spark_spread/quantum/sparks = new
|
||||
sparks.set_up(10, 1, T)
|
||||
sparks.attach(T)
|
||||
|
||||
Reference in New Issue
Block a user