diff --git a/modular_zubbers/code/modules/storyteller/storytellers/tellers/storyteller_3_default.dm b/modular_zubbers/code/modules/storyteller/storytellers/tellers/storyteller_3_default.dm index 13cac1fd506..f8261a923e4 100644 --- a/modular_zubbers/code/modules/storyteller/storytellers/tellers/storyteller_3_default.dm +++ b/modular_zubbers/code/modules/storyteller/storytellers/tellers/storyteller_3_default.dm @@ -5,3 +5,7 @@ welcome_text = "If I chopped you up in a meat grinder..." antag_divisor = 8 storyteller_type = STORYTELLER_TYPE_ALWAYS_AVAILABLE + + tag_multipliers = list( + TAG_CHAOTIC = 0.7 + )