Skip to content

Commit 657befe

Browse files
committed
fix: the soul spawns legendaries
1 parent 0ffea63 commit 657befe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lovely/weights.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if forced_key and not G.GAME.banned_keys[forced_key] then
4242
'''
4343
payload = '''
4444
-- Use SMODS object weight system when enabled
45-
if not forced_key and SMODS.optional_features.object_weights then forced_key = SMODS.poll_object({type = _type, guaranteed = true}) end
45+
if not forced_key and SMODS.optional_features.object_weights then forced_key = SMODS.poll_object({type = _type, guaranteed = true, rarities = legendary and {'Legendary'}}) end
4646
4747
'''
4848

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~BETA-1531zeebee-STEAMODDED"
1+
return "1.0.0~BETA-1602a-STEAMODDED"

0 commit comments

Comments
 (0)