REPO_JP-CosmeticGachaBugFix icon

CosmeticGachaBugFix

【Client MOD】Fixes a bug where one specific cosmetic cannot be awarded by the cosmetic gacha.コスメティックガチャで特定のコスメ1つだけが当選できない不具合を修正します。

By REPO_JP

CHANGELOG

Changelog

0.4.1

  • Renamed the mod to CosmeticGachaBugFix.
  • Fixed the cosmetic gacha Index 0 reward validation bug.
  • Changed the reward validation behavior from interactingReward > 0 to interactingReward >= 0 through a minimal Harmony transpiler patch.
  • Kept the mod intentionally simple with no config options.
  • Did not change rarity selection, token consumption, unlock storage, currency fallback, or draw odds.
  • Used runtime type lookup to avoid compile-time dependency on the target game class name.