From dacfdcbbd46a2613bab2dc9045c660f48b688150 Mon Sep 17 00:00:00 2001 From: BurgerLUA <8602857+BurgerLUA@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:09:05 -0700 Subject: [PATCH] Increases the chances of the Wizard Die of Fate event running. (#1586) ## About The Pull Request Increases the chances of the Wizard Die of Fate running from a weight of 1 to a weight of 3. For reference, Blob has a weight of 10. ## Why It's Good For The Game I've personally never seen this event actually trigger because it's so rare. ## Proof Of Testing Untested :) ## Changelog :cl: BurgerBB balance: Increases the chances of the Wizard Die of Fate event running. /:cl: --------- Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com> --- .../code/modules/wizard_dize/wizard_dice_event.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modular_zubbers/code/modules/wizard_dize/wizard_dice_event.dm b/modular_zubbers/code/modules/wizard_dize/wizard_dice_event.dm index 1befc753993..43575e136c5 100644 --- a/modular_zubbers/code/modules/wizard_dize/wizard_dice_event.dm +++ b/modular_zubbers/code/modules/wizard_dize/wizard_dice_event.dm @@ -11,9 +11,12 @@ min_players = 30 max_occurrences = 1 - weight = 1 + weight = 3 earliest_start = 60 MINUTES + track = EVENT_TRACK_MODERATE + tags = list(TAG_COMMUNAL,TAG_COMBAT) + /datum/round_event/wizard_dice announce_when = 5