Skip to content

Commit

Permalink
fixs sign language circuit (#6722)
Browse files Browse the repository at this point in the history
## About The Pull Request

fixes sign language circuit to hear sign language

## Why It's Good For The Game

fix bug

## Changelog

:cl:
fix: sign language circuit now picks up sign language
/:cl:
  • Loading branch information
Niezann committed Sep 2, 2024
1 parent f1e48e0 commit 50b7af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/integrated_electronics/subtypes/input.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ GLOBAL_DATUM_INIT(circuit_translation_context, /datum/translation_context/simple
if(signlang)
activate_pin(2)

/obj/item/integrated_circuit/input/microphone/sign/hear_signlang(text, verb, datum/language/speaking, mob/M as mob)
/obj/item/integrated_circuit/input/microphone/sign/hear_signlang(mob/M as mob, text, verb, datum/language/speaking)
hear_talk(M, text, verb, speaking)
return

Expand Down

0 comments on commit 50b7af4

Please sign in to comment.