mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
Merge commit '179a607a90ad7ec62bdaff4e6fe72af60ee56442' of https://github.com/tgstation/tgstation into upstream-24-10b
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
/// Does some sparks after it's done
|
||||
/obj/machinery/byteforge/proc/flash(atom/movable/thing)
|
||||
playsound(src, 'sound/magic/blink.ogg', 50, TRUE)
|
||||
playsound(src, 'sound/effects/magic/blink.ogg', 50, TRUE)
|
||||
|
||||
var/datum/effect_system/spark_spread/quantum/sparks = new()
|
||||
sparks.set_up(5, 1, loc)
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
atom_storage.max_total_storage = 3
|
||||
atom_storage.locked = STORAGE_NOT_LOCKED
|
||||
icon_state = icon_closed
|
||||
playsound(src, 'sound/magic/blink.ogg', 50, TRUE)
|
||||
playsound(src, 'sound/effects/magic/blink.ogg', 50, TRUE)
|
||||
|
||||
/obj/item/storage/lockbox/bitrunning/decrypted/PopulateContents()
|
||||
var/choice = SSbitrunning.pick_secondary_loot(source_domain)
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
rewards_multiplier = 1,
|
||||
)
|
||||
. = ..()
|
||||
playsound(src, 'sound/magic/blink.ogg', 50, TRUE)
|
||||
playsound(src, 'sound/effects/magic/blink.ogg', 50, TRUE)
|
||||
|
||||
if(isnull(completed_domain))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user