mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 11:48:49 +01:00
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
/datum/component/wearertargeting/earprotection
|
|
signals = list(COMSIG_CARBON_SOUNDBANG)
|
|
mobtype = /mob/living/carbon
|
|
|
|
/datum/component/wearertargeting/earprotection/Initialize(_valid_slots)
|
|
. = ..()
|
|
valid_slots = _valid_slots
|
|
callback = CALLBACK(src, .proc/reducebang)
|
|
|
|
/datum/component/wearertargeting/earprotection/proc/reducebang(list/reflist)
|
|
reflist[1]--
|