mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Legions borne from mimes can no longer talk (#86778)
## About The Pull Request Legions borne from mimes can no longer talk ## Why It's Good For The Game Immersion breaking oversight. Just as dwarves make tiny legions mimes make mute legions ## Changelog 🆑 fix: Legions borne from mimes can no longer talk /🆑
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
if (QDELETED(victim) || prob(30))
|
||||
return ..()
|
||||
|
||||
if(HAS_MIND_TRAIT(victim, TRAIT_MIMING)) // mimes cant talk
|
||||
return
|
||||
|
||||
var/list/remembered_speech = controller.blackboard[BB_LEGION_RECENT_LINES] || list()
|
||||
|
||||
if (length(remembered_speech) && prob(50)) // Don't spam the radio
|
||||
|
||||
Reference in New Issue
Block a user