Sign Language translation glove changes (Plasmamen & MODsuits) (#64090)

Swaps the check for the gloves for people with the tongue-tied trait into a check for a clothing-based trait.
Makes a variant of the radio gloves for plasmamen, so they can be forced to use their hands too.
Makes a MODsuit mod that lets you sign over comms when your modsuit is activated.
This commit is contained in:
Wallem
2022-01-17 22:37:44 -06:00
committed by GitHub
parent 48404eb05d
commit 71162dee9b
10 changed files with 47 additions and 8 deletions
@@ -218,8 +218,7 @@
if(HAS_TRAIT(talking_movable, TRAIT_SIGN_LANG)) //Forces Sign Language users to wear the translation gloves to speak over radios
var/mob/living/carbon/mute = talking_movable
if(istype(mute))
var/obj/item/clothing/gloves/radio/G = mute.get_item_by_slot(ITEM_SLOT_GLOVES)
if(!istype(G))
if(!HAS_TRAIT(talking_movable, TRAIT_CAN_SIGN_ON_COMMS))
return FALSE
switch(mute.check_signables_state())
if(SIGN_ONE_HAND) // One hand full