mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
/datum/component/wearertargeting/earprotection
|
|
signals = list(COMSIG_CARBON_SOUNDBANG)
|
|
mobtype = /mob/living/carbon
|
|
proctype = .proc/reducebang
|
|
|
|
/datum/component/wearertargeting/earprotection/Initialize(_valid_slots)
|
|
. = ..()
|
|
valid_slots = _valid_slots
|
|
|
|
/datum/component/wearertargeting/earprotection/proc/reducebang(datum/source, list/reflist)
|
|
reflist[1]--
|