makes space pods (and earmuffs) make you deaf

i guess i can make earmuffs actually work while im at it
This commit is contained in:
Paxilmaniac
2020-01-13 19:44:41 -08:00
parent b8b2d23616
commit 48e6db2fbc
+9
View File
@@ -22,6 +22,15 @@
AddElement(/datum/element/earhealing)
AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS))
/obj/item/clothing/ears/earmuffs/equipped(mob/user, slot)
. = ..()
if(ishuman(user) && slot == ITEM_SLOT_EARS)
ADD_TRAIT(user, TRAIT_DEAF, CLOTHING_TRAIT)
/obj/item/clothing/ears/earmuffs/dropped(mob/user)
. = ..()
REMOVE_TRAIT(user, TRAIT_DEAF, CLOTHING_TRAIT)
/obj/item/clothing/ears/earmuffs/spacepods
name = "nanotrasen space pods"
desc = "Flex your money, AND ignore what everone else says, all at once!"