Skip to content

Commit 3dd56fa

Browse files
committed
feat: add npc family check to default preset
1 parent 166aec1 commit 3dd56fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/render.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,20 +273,20 @@ const filtersCustom = [
273273
],
274274
], true
275275
],
276-
['', 'Unlockers', true, 'filters', [
276+
['', 'Unlocks', true, 'filters', [
277277
['Unlocker', 'Regular unlockers', true, 'filters', []],
278278
['UnlockerTrigger', 'Unlocker triggers', true, 'filters', []],
279279
['UnlockerTorch', 'Unlocker torches', true, 'filters', []],
280280
['RaceManager', 'Timer Races', true, 'filters', [
281281
['RaceCheckpoint', 'Checkpoints', false, 'filters', []]
282282
]],
283+
['MovePickupWhenFreed', 'Npc family check', true, 'filters', []],
283284
], true],
284285
['Transition', $t.transition, true, 'filters', []],
285286
['Tunnel', $t.tunnel, true, 'filters', []],
286287
['', 'Misc', false, 'group', [
287288
['Torch', $t.torch, true, 'filters', []],
288289
['Checkpoint', 'Checkpoints', true, 'filters', []],
289-
['MovePickupWhenFreed', 'Npc check left of spawn', true, 'filters', []],
290290
], true],
291291
],
292292
],

src/worker/module.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@ function calcMarkerFilters(name, filters) {
10531053
[ti.UnlockerTorch]: e,
10541054
[ti.NpcTiny]: e,
10551055
[ti.RaceManager]: e,
1056+
[ti.MovePickupWhenFreed]: e,
10561057
}
10571058
if(filters.transitions) {
10581059
fs[ti.Transition] = e

0 commit comments

Comments
 (0)