mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 16:56:34 +01:00
19 lines
478 B
Plaintext
19 lines
478 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/datum/soundbyte/nightvision_chargeup
|
|
name = "Nightvision Chargeup"
|
|
id = "binocular-locking"
|
|
is_sfx = TRUE
|
|
path = list(
|
|
'sound/soundbytes/effects/misc/nightvision_chargeup.ogg'
|
|
)
|
|
|
|
/datum/soundbyte/target_lock_1
|
|
name = "Target Lock A"
|
|
id = "target-lock-1"
|
|
is_sfx = TRUE
|
|
path = list(
|
|
'sound/soundbytes/effects/misc/binocular_lock.ogg'
|
|
)
|