Files
dsrc/sku.0/sys.server/compiled
nick ffe807b980 Fix RLS crates not dropping for grouped players
xp.VAR_TOP_GROUP stores the GROUP object ID when the top attacker is in
a group, not an individual player. The isPlayer() guard in addRareLoot()
was then failing immediately, preventing any RLS chest from spawning
whenever players were grouped.

Pick a random member of the group as the RLS recipient, consistent with
how other group loot mechanics work in the codebase.

Fixes #343
2026-05-17 03:06:28 -05:00
..