mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 06:32:56 +00:00
## About The Pull Request In terms of flavour of frenzy, you're supposed to not quite be sane enough to do much of anything besides try to get blood, or maybe act monstrously, that's why you are mute and deaf, but you could bypass via sign language, so this fixes that. ## Why It's Good For The Game It's wierd when the frenzying vampire literally starving and frenzying can speak, even though they should be really animal-like at that point ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 fix: You can no longer use sign language while frenzying /🆑
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
/datum/component/sign_language/check_signables_state()
|
|
. = ..()
|
|
if(HAS_TRAIT(parent, TRAIT_SIGN_LANGUAGE_BLOCKED)) // BUBBER CHANGE add a trait to prevent sign language usage
|
|
return SIGN_TRAIT_BLOCKED
|