Files

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'
)