Infiltrator suit now hides wings, antennae and obfuscates your voice (#86546)

## About The Pull Request
Infiltrator suit now hides wings, antennae and obfuscates your voice

Hidden moth wings are no longer capable of flight
## Why It's Good For The Game
Further helps the infiltrator suit hide your identity by hiding
wings/antenna and makes it where you no longer have species-specific
"say" verbs or lisps.
## Changelog
🆑
qol: Infiltrator mod hides your voice
fix: Infiltrator suit now hides moth wings/antenna
fix: hidden moth wings are no longer capable of flight
/🆑
This commit is contained in:
Xander3359
2024-09-12 17:50:11 +02:00
committed by GitHub
parent 026722d4c3
commit f9d0d5f5ec
7 changed files with 40 additions and 3 deletions
+2
View File
@@ -60,6 +60,8 @@
var/message = speech_args[SPEECH_MESSAGE]
if(message[1] == "*")
return
if(SEND_SIGNAL(source, COMSIG_TRY_MODIFY_SPEECH) & PREVENT_MODIFY_SPEECH)
return
if(!isnull(should_modify_speech) && !should_modify_speech.Invoke(source, speech_args))
return