mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user